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 e7c71ec445
commit 9c3a016123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.