diff --git a/config/app.php b/config/app.php index e8d4deb30..04ca8a9a7 100644 --- a/config/app.php +++ b/config/app.php @@ -6,7 +6,7 @@ return [ 'name' => env('APP_NAME', 'Pelican'), - 'version' => 'canary', + 'version' => '1.0.0-beta4', 'exceptions' => [ 'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),