We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a61db commit ba90a52Copy full SHA for ba90a52
config/sentry.php
@@ -7,7 +7,7 @@
7
8
// The release version of your application
9
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10
- 'release' => '4.0.0-beta.328',
+ 'release' => '4.0.0-beta.329',
11
// When left empty or `null` the Laravel environment will be used
12
'environment' => config('app.env'),
13
config/version.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-return '4.0.0-beta.328';
+return '4.0.0-beta.329';
versions.json
@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
4
- "version": "4.0.0-beta.328"
+ "version": "4.0.0-beta.329"
5
},
6
"nightly": {
- "version": "4.0.0-beta.329"
+ "version": "4.0.0-beta.330"
}
-}
+}
0 commit comments