update version constant

This commit is contained in:
Daniël Klabbers 2020-10-20 16:34:23 +02:00
parent f765001f06
commit 7055f6d941

View File

@ -21,7 +21,7 @@ class Application
*
* @var string
*/
const VERSION = '0.1.0-beta.14-dev';
const VERSION = '0.1.0-beta.14';
/**
* The IoC container for the Flarum application.