From a4c1de37eaa144bf381b0d32c6d04d6a1d1fc4e3 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 27 Feb 2024 13:43:52 +0000 Subject: [PATCH] bump --- core/sys_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys_config.php b/core/sys_config.php index 0dff03967..12fb0e6f5 100644 --- a/core/sys_config.php +++ b/core/sys_config.php @@ -31,7 +31,7 @@ function _d(string $name, mixed $value): void _d("COOKIE_PREFIX", 'shm'); // string if you run multiple galleries with non-shared logins, give them different prefixes _d("SPEED_HAX", false); // boolean do some questionable things in the name of performance _d("WH_SPLITS", 1); // int how many levels of subfolders to put in the warehouse -_d("VERSION", "2.10.6"); // string shimmie version +_d("VERSION", "2.10.7"); // string shimmie version _d("TIMEZONE", null); // string timezone _d("EXTRA_EXTS", ""); // string optional extra extensions _d("BASE_HREF", null); // string force a specific base URL (default is auto-detect)