Update version, show icehrm pro info only to admin users

This commit is contained in:
Thilina Hasantha
2020-06-03 05:22:17 +02:00
parent 61ef77a31f
commit 65ef379219
2 changed files with 5 additions and 5 deletions

View File

@@ -13,9 +13,9 @@ if(!defined('HOME_LINK_OTHERS')){
}
//Version
define('VERSION', '27.0.0.OS');
define('CACHE_VALUE', '27.0.0.OS');
define('VERSION_NUMBER', '270000');
define('VERSION', '27.0.1.OS');
define('CACHE_VALUE', '27.0.1.OS');
define('VERSION_NUMBER', '270001');
define('VERSION_DATE', '29/05/2020');
if(!defined('CONTACT_EMAIL')){define('CONTACT_EMAIL','icehrm@gamonoid.com');}