From 0ff093492b923e0dfa4311d8b217e5b1fc3efbf1 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Thu, 16 Mar 2017 18:51:49 +0100 Subject: [PATCH] Bump version to 2.0.2 VCS plugins changes: - SourceBitBucket 2.0.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 b88ffa54a..831e21351 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.0.1'; + const FRAMEWORK_VERSION = '2.0.2'; /** * Minimum required MantisBT version.