From 88bdd22e103b70d92531e8ed52f3ecfce5dc1146 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Thu, 4 Jan 2024 16:32:06 +0100 Subject: [PATCH] Bump version to 2.7.0 --- Source/MantisSourceBase.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/MantisSourceBase.class.php b/Source/MantisSourceBase.class.php index 3f4781030..df29c194b 100644 --- a/Source/MantisSourceBase.class.php +++ b/Source/MantisSourceBase.class.php @@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin * a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x. * The framework version is incremented when the plugin's core files change. */ - const FRAMEWORK_VERSION = '2.6.0'; + const FRAMEWORK_VERSION = '2.7.0'; /** * Minimum required MantisBT version.