1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 10:41:24 +02:00

Update Application version constant to 1.0.0-dev

This commit is contained in:
SychO9
2021-05-13 22:19:01 +01:00
parent 947613a7e2
commit 0236e1529e

View File

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