1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

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

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.