From d86440506dd37101e60adec591d4b017e7765ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Wed, 13 Jul 2022 20:01:01 +0200 Subject: [PATCH] chore: update version constant during cycle 22 --- framework/core/src/Foundation/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Foundation/Application.php b/framework/core/src/Foundation/Application.php index e29dcccaf..dff5fc8a8 100644 --- a/framework/core/src/Foundation/Application.php +++ b/framework/core/src/Foundation/Application.php @@ -21,7 +21,7 @@ class Application * * @var string */ - const VERSION = '1.4.0'; + const VERSION = '1.5.0-dev'; /** * The IoC container for the Flarum application.