From e879ae2f1106f76afbe701c1d003b0cf1d83af21 Mon Sep 17 00:00:00 2001 From: acognet Date: Thu, 23 Dec 2021 14:14:51 +0100 Subject: [PATCH] Change version number to 3.1.0 --- approot.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/approot.inc.php b/approot.inc.php index 24746e1f0..b17a3bf55 100644 --- a/approot.inc.php +++ b/approot.inc.php @@ -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';