1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 14:26:25 +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 c1e1182d7e
commit f8791ac48a

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.