From 9b5fd477d5a21f20272bce20d2645a2ad2bb98e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Aug 2024 17:28:48 +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 f9a4acc85..fa3e1cb18 100644 --- a/config/app.php +++ b/config/app.php @@ -7,7 +7,7 @@ return [ 'name' => env('APP_NAME', 'Pelican'), 'favicon' => env('APP_FAVICON', './pelican.ico'), - 'version' => 'canary', + 'version' => '1.0.0-beta7', 'exceptions' => [ 'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),