diff --git a/framework/core/src/Foundation/Application.php b/framework/core/src/Foundation/Application.php index 81d005b21..7d8fc2809 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.1.0'; + const VERSION = '1.2.0-dev'; /** * The IoC container for the Flarum application.