From 99eaf7ecae5c84ab25f40720d8c1a91e0e59e601 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 20 Sep 2025 09:50:29 +0200 Subject: [PATCH] version --- include/constant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/constant.php b/include/constant.php index d2765d8da..12773cc5d 100644 --- a/include/constant.php +++ b/include/constant.php @@ -25,7 +25,7 @@ global $version_noalyss; // version -define('NOALYSS_VERSION', 9313 ); +define('NOALYSS_VERSION', 9314 ); // Database schema version define("DBVERSION", 203); @@ -425,4 +425,4 @@ function noalyss_class_autoloader($class) spl_autoload_register('\noalyss_class_autoloader', true); -require_once NOALYSS_BASE.'/vendor/autoload.php'; \ No newline at end of file +require_once NOALYSS_BASE.'/vendor/autoload.php';