From 11c66f52b935f8be660afb333f3d61792319abd5 Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Sat, 29 May 2021 22:42:28 +0200 Subject: [PATCH] updated version constraint string --- 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 87ea2ed46..0170a4152 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.0.0'; + const VERSION = '1.0.1-dev'; /** * The IoC container for the Flarum application.