1
0
mirror of https://github.com/flarum/core.git synced 2025-07-27 19:50:20 +02:00

start using a dev stability version constant during the cycle

This commit is contained in:
Daniël Klabbers
2020-03-05 10:50:30 +01:00
parent 84ae88794f
commit 455d070599

View File

@@ -23,7 +23,7 @@ class Application extends Container implements ApplicationContract
*
* @var string
*/
const VERSION = '0.1.0-beta.12';
const VERSION = '0.1.0-beta.13-dev';
/**
* The base path for the Flarum installation.