Skip to content

Commit ef84508

Browse files
committed
Bump version to 1.5.1
1 parent 0970cf4 commit ef84508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/MantisSourceBase.class.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ abstract class MantisSourceBase extends MantisPlugin
1717
*
1818
* Numbering follows Semantic Versioning. Major version increments indicate
1919
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
20-
* The framework version is incremented when the plugin's core file change.
20+
* The framework version is incremented when the plugin's core files change.
2121
*/
22-
const FRAMEWORK_VERSION = '1.5.0';
22+
const FRAMEWORK_VERSION = '1.5.1';
2323

2424
/**
2525
* Minimum required MantisBT version.

0 commit comments

Comments
 (0)