From cb804f230ee241afec33e220bfbdd77c672f9101 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Thu, 16 Mar 2017 18:33:43 +0100 Subject: [PATCH] Bump version to 1.5.2 --- 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 c5af116b5..b3f7ecf7f 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 = '1.5.1'; + const FRAMEWORK_VERSION = '1.5.2'; /** * Minimum required MantisBT version.