v2.0.0rc (release candidate)

This commit is contained in:
Kijin Sung 2020-11-25 00:41:47 +09:00
parent 0026d45cf4
commit 99dac1d6b3

View file

@ -3,7 +3,7 @@
/**
* RX_VERSION is the version number of the Rhymix CMS.
*/
define('RX_VERSION', '2.0.0-beta');
define('RX_VERSION', '2.0.0-rc');
/**
* RX_MICROTIME is the startup time of the current script, in microseconds since the Unix epoch.