From 7660797f75f0372acb82bdae419a75e89bf68c61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 19 Jul 2025 19:47:33 +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 eeb3a168d..6410ed124 100644 --- a/config/app.php +++ b/config/app.php @@ -6,7 +6,7 @@ return [ 'logo' => env('APP_LOGO'), 'favicon' => env('APP_FAVICON', '/pelican.ico'), - 'version' => 'canary', + 'version' => '1.0.0-beta23', 'timezone' => 'UTC',