chore: set flarum version to 1.7.0 for dev

This commit is contained in:
Ian Morland 2022-11-16 20:59:51 +00:00
parent b5f324a7b3
commit 2517bc0f70

View File

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