update version constant for 1.0.2-dev

This commit is contained in:
Daniel Klabbers 2021-06-02 09:10:01 +02:00
parent 0bb0797245
commit 688ca6ad3d

View File

@ -21,7 +21,7 @@ class Application
*
* @var string
*/
const VERSION = '1.0.1';
const VERSION = '1.0.2-dev';
/**
* The IoC container for the Flarum application.