Skip to content

Commit 88bdd22

Browse files
committed
Bump version to 2.7.0
1 parent 299c1ce commit 88bdd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MantisSourceBase.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
1919
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
2020
* The framework version is incremented when the plugin's core files change.
2121
*/
22-
constFRAMEWORK_VERSION = '2.6.0';
22+
constFRAMEWORK_VERSION = '2.7.0';
2323

2424
/**
2525
* Minimum required MantisBT version.

0 commit comments

Comments
 (0)
close