From 698d456db7a53721ac2d606a0a5796dcbedcd0b9 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Tue, 29 Aug 2023 18:24:50 +0200 Subject: [PATCH] bumped version --- src/Console/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Application.php b/src/Console/Application.php index 75a5b316690..502340ea489 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -39,7 +39,7 @@ */ final class Application extends BaseApplication { - public const VERSION = '3.24.0'; + public const VERSION = '3.24.1-DEV'; public const VERSION_CODENAME = 'Crank Cake'; private ToolInfo $toolInfo;