From 94233fcae1a029f136c5aef0cf48422c25aa717a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Jan 2025 22:50:32 +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 157356785..82517a098 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ return [ 'name' => env('APP_NAME', 'Pelican'), 'favicon' => env('APP_FAVICON', '/pelican.ico'), - 'version' => 'canary', + 'version' => '1.0.0-beta17', 'timezone' => 'UTC',