From 38588a77c2cb07f4bee0d842d109fe5cd6f42c7a Mon Sep 17 00:00:00 2001 From: liuch Date: Tue, 26 Jul 2022 01:06:32 +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 7409eb1..5e588ac 100644 --- a/classes/Core.php +++ b/classes/Core.php @@ -39,7 +39,7 @@ */ class Core { - public const APP_VERSION = '1.5'; + public const APP_VERSION = '1.6'; private const SESSION_NAME = 'session'; private static $html_file_name = 'index.html'; private static $v_auth = null;