Change version number to 3.1.0

This commit is contained in:
acognet
2021-12-23 14:14:51 +01:00
parent 8bcd2ce571
commit e879ae2f11

View File

@@ -6,6 +6,6 @@ define('APPCONF', APPROOT.'conf/');
/**
* iTop framework Version
*/
define('ITOP_DESIGN_LATEST_VERSION', '3.0');
define('ITOP_DESIGN_LATEST_VERSION', '3.1');
require_once APPROOT.'bootstrap.inc.php';