Skip to content

Commit 789fc13

Browse files
authored
Merge branch 'main' into next
2 parents fd15c7b + 1c6d47f commit 789fc13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/sentry.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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'))
1010
'release' => '4.0.0-beta.358',
11+
1112
// When left empty or `null` the Laravel environment will be used
1213
'environment' => config('app.env'),
1314

config/version.php

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

33
return '4.0.0-beta.358';
4+

0 commit comments

Comments
 (0)