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

chore: update app version constant

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2022-11-16 12:27:40 +01:00
parent c50c924242
commit 8ef0df94b2

View File

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