Update Application.php

updated version constant for b12
This commit is contained in:
Daniël Klabbers 2020-03-03 15:38:15 +01:00 committed by GitHub
parent 1a3f90daef
commit f8355e661a

View File

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