1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

Update Application.php

update constant for next version
This commit is contained in:
Daniël Klabbers
2022-01-20 14:20:36 +01:00
committed by GitHub
parent 33e11efb82
commit 33d939cb01

View File

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