1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 06:00:24 +02:00

commit version constant

This commit is contained in:
Daniël Klabbers
2020-05-07 09:17:26 +02:00
parent 84784c9839
commit 7d99727168

View File

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