From 11e4e7aa44b6cbc3e55cbc9f7d824f59c318812d Mon Sep 17 00:00:00 2001 From: Victor Boctor Date: Mon, 9 Dec 2019 01:29:07 -0800 Subject: [PATCH] Update release to 2.24.0-dev Signed-off-by: Victor Boctor --- core/constant_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/constant_inc.php b/core/constant_inc.php index 50b021b30b..849acb6eb6 100644 --- a/core/constant_inc.php +++ b/core/constant_inc.php @@ -21,7 +21,7 @@ /** * Mantis Version */ -define( 'MANTIS_VERSION', '2.23.0' ); +define( 'MANTIS_VERSION', '2.24.0-dev' ); define( 'FILTER_VERSION', 'v9' ); # --- constants -------------------