1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

commit version constant

This commit is contained in:
Daniël Klabbers
2020-05-07 09:17:26 +02:00
parent 0bc58b603e
commit 1e351900e1

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.