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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user