1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +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 b58175a83e
commit 323b946a00

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.