Skip to content

Commit 2be92a1

Browse files
committed
chore: Update version to 4.0.0-beta.322
1 parent d75ed0b commit 2be92a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/sentry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// The release version of your application
99
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10-
'release' => '4.0.0-beta.321',
10+
'release' => '4.0.0-beta.322',
1111
// When left empty or `null` the Laravel environment will be used
1212
'environment' => config('app.env'),
1313

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
return '4.0.0-beta.321';
3+
return '4.0.0-beta.322';

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"coolify": {
33
"v4": {
4-
"version": "4.0.0-beta.321"
4+
"version": "4.0.0-beta.322"
55
}
66
}
77
}

0 commit comments

Comments
 (0)