Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai authored Oct 10, 2024
2 parents fd15c7b + 1c6d47f commit 789fc13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/sentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// The release version of your application
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
'release' => '4.0.0-beta.358',

// When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'),

Expand Down
1 change: 1 addition & 0 deletions config/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php

return '4.0.0-beta.358';

0 comments on commit 789fc13

Please sign in to comment.