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
No known key found for this signature in database

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.