From 4f240ac00fd9d8d2401c455be030506b0cee0fe6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 27 Oct 2024 00:54:17 +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 1a89ba65f..36de84c38 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-beta11', 'exceptions' => [ 'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),