From 33d939cb012716ed6309ea02236737ad4f25a75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Thu, 20 Jan 2022 14:20:36 +0100 Subject: [PATCH] Update Application.php update constant for next version --- 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 2a9bb6f36..423e17e93 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.2.0'; + const VERSION = '1.3.0-dev'; /** * The IoC container for the Flarum application.