update version constant

This commit is contained in:
Daniël Klabbers 2020-10-20 16:34:23 +02:00
parent 6f8c99c2bf
commit b4b56a120c

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.