mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 13:36:10 +08:00
start using a dev stability version constant during the cycle
This commit is contained in:
parent
00e4b44abc
commit
18ebf34635
|
@ -23,7 +23,7 @@ class Application extends Container implements ApplicationContract
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '0.1.0-beta.12';
|
const VERSION = '0.1.0-beta.13-dev';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base path for the Flarum installation.
|
* The base path for the Flarum installation.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user