From 57592be738559cb3aa5db6ec6a7bb7b4a8187b5a Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 5 Jul 2020 00:03:14 +0900 Subject: [PATCH] v1.9.9.8 Good afternoon, good evening and goodnight --- common/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.php b/common/constants.php index 56b0b73e5..215e7e7fa 100644 --- a/common/constants.php +++ b/common/constants.php @@ -3,7 +3,7 @@ /** * RX_VERSION is the version number of the Rhymix CMS. */ -define('RX_VERSION', '1.9.9.7'); +define('RX_VERSION', '1.9.9.8'); /** * RX_MICROTIME is the startup time of the current script, in microseconds since the Unix epoch.