From d9f3807ecd83b629b29997df7360106fa9b9b9de Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 10 Sep 2025 12:04:52 +0200 Subject: [PATCH] set version --- include/constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index 92d447d82..d2765d8da 100644 --- a/include/constant.php +++ b/include/constant.php @@ -25,7 +25,7 @@ global $version_noalyss; // version -define('NOALYSS_VERSION', 9312 ); +define('NOALYSS_VERSION', 9313 ); // Database schema version define("DBVERSION", 203);