1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

chore: update version constant during cycle 22

This commit is contained in:
Daniël Klabbers
2022-07-13 20:01:01 +02:00
parent 556d461cfb
commit d86440506d

View File

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