From 6f5938d230274802c40251157e23663d084c7ad1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 29 Jun 2024 22:05:12 +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..8429313f7 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-beta6', 'exceptions' => [ 'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),