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 d492579638
commit a9c18c4753

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.