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

chore: Update version constant to 1.2.0-dev

This commit is contained in:
SychO9
2021-10-18 21:04:07 +01:00
parent c52c0987fb
commit 4add23a984

View File

@@ -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.