From 9087df776f0ad34d76b5371edfccdf3ee53673bd Mon Sep 17 00:00:00 2001 From: Roland Becker Date: Sun, 1 Apr 2018 10:01:23 +0200 Subject: [PATCH] Update version to `2.14.0-dev` --- 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 760e7fe5b2..5f607f757e 100644 --- a/core/constant_inc.php +++ b/core/constant_inc.php @@ -21,7 +21,7 @@ /** * Mantis Version */ -define( 'MANTIS_VERSION', '2.13.0' ); +define( 'MANTIS_VERSION', '2.14.0-dev' ); define( 'FILTER_VERSION', 'v9' ); # --- constants -------------------