From d9a7f4e17ffeed46f9b9a134f43b851ecd321430 Mon Sep 17 00:00:00 2001 From: liuch Date: Tue, 27 Aug 2024 13:33:23 +0300 Subject: [PATCH] bump version --- classes/Core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Core.php b/classes/Core.php index dab45cd..45c0cac 100644 --- a/classes/Core.php +++ b/classes/Core.php @@ -45,7 +45,7 @@ */ class Core { - public const APP_VERSION = '2.1'; + public const APP_VERSION = '2.2'; private const SESSION_NAME = 'session';