update version constant for the next release

This commit is contained in:
Daniel Klabbers 2021-06-22 23:38:47 +02:00
parent 56ac2ad4c2
commit 032db2c146

View File

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