1
0
mirror of https://github.com/flarum/core.git synced 2025-07-13 21:06:24 +02:00

update version constant for 1.0.2-dev

This commit is contained in:
Daniel Klabbers
2021-06-02 09:10:01 +02:00
parent 6f34c43dc1
commit 11b1ab5932

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