From ddb4769bb1e57c1342fc1a653b82f1e643817001 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 21 Jun 2023 20:09:50 +0900 Subject: [PATCH] Version 2.1.0 --- common/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.php b/common/constants.php index c41c47102..2ae19d1f5 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', '2.1.0-dev'); +define('RX_VERSION', '2.1.0'); /** * RX_MICROTIME is the startup time of the current script, in microseconds since the Unix epoch.