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

Merge pull request #2465 from flarum/0.1.0-beta.14.1

This commit is contained in:
Alexander Skvortsov
2020-11-29 17:45:58 -05:00
committed by GitHub
4 changed files with 13 additions and 3 deletions

View File

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