1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

beta 15 changelog and version constant

This commit is contained in:
Daniël Klabbers
2020-12-18 20:02:15 +01:00
parent 06e1d21331
commit 859f014539
2 changed files with 61 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ class Application
*
* @var string
*/
const VERSION = '0.1.0-beta.14.1';
const VERSION = '0.1.0-beta.15';
/**
* The IoC container for the Flarum application.