1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 08:41:17 +02:00

set version constant for 1.0.5-dev

This commit is contained in:
Daniel Klabbers
2021-06-28 12:26:15 +02:00
parent 17e9bccc15
commit a077ae9ca3

View File

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