summaryrefslogtreecommitdiff
path: root/classes/Config.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-04-17 14:07:26 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-04-17 14:07:26 +0300
commit75556e2f3d713a356f8f5b7130090d5a7ff12bb5 (patch)
treedd7dec9fa28dcba37590c3abcc7a26eb3e9112bf /classes/Config.php
parent8cf30599519f5ac70b29da8fdd3f506cef382189 (diff)
parentd2ccdaf400b5031359ca6422f57a734b96eb0543 (diff)
Merge branch 'master' into rip-mysql
Diffstat (limited to 'classes/Config.php')
-rw-r--r--classes/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Config.php b/classes/Config.php
index 798cc7001..c4176b7a8 100644
--- a/classes/Config.php
+++ b/classes/Config.php
@@ -6,7 +6,7 @@ class Config {
const T_STRING = 2;
const T_INT = 3;
- const SCHEMA_VERSION = 148;
+ const SCHEMA_VERSION = 149;
/** override default values, defined below in _DEFAULTS[], prefixing with _ENVVAR_PREFIX:
*