1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Prepare beta.10 release (#1885)

* Update Application version string to beta 10
* Add beta.10 changelog
This commit is contained in:
David Sevilla Martín
2019-09-16 03:28:17 -04:00
committed by Daniël Klabbers
parent 3b5691ee28
commit 74b6b9935b
2 changed files with 27 additions and 1 deletions

View File

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