From 73cefa59fea628398c76969bf7194899b2416652 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 May 2024 01:03:43 +0000 Subject: [PATCH] ci(release): bump version --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index e8d4deb30..e2fe54287 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-beta2', 'exceptions' => [ 'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),