Update Application version string to beta 11

This commit is contained in:
David Sevilla Martín 2019-09-30 16:57:47 -04:00 committed by Daniël Klabbers
parent 5020a3a927
commit 209cf8a25d

View File

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