From 56d83994b67d384d4809637b4bce2a5a6d71d15b Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sat, 11 Dec 2021 17:27:42 +0100 Subject: [PATCH] bumped version --- src/Console/Application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/Application.php b/src/Console/Application.php index 09ea6bcdc45..fcd9d4e48fd 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -39,8 +39,8 @@ */ final class Application extends BaseApplication { - public const VERSION = '3.4.0'; - public const VERSION_CODENAME = 'Si!'; + public const VERSION = '3.4.1-DEV'; + public const VERSION_CODENAME = ''; /** * @var ToolInfo