bump version

This commit is contained in:
Aleksander Machniak
2022-06-12 11:00:17 +02:00
parent ca264770fd
commit 3fd363672c
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ if (PHP_VERSION_ID < 70300) {
}
// application constants
define('RCMAIL_VERSION', '1.6-git');
define('RCMAIL_VERSION', '1.6-rc');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {