1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 07:27:39 +02:00

updated version constraint string

This commit is contained in:
Daniel Klabbers
2021-05-29 22:42:28 +02:00
parent 3a524e6845
commit 11c66f52b9

View File

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