Skip to content

Commit da0a766

Browse files
committed
Bump version to 2.4.1
VCS plugins changes: - SourceGitlab 2.0.4
1 parent c0a9f80 commit da0a766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
const FRAMEWORK_VERSION = '2.4.0';
22+
const FRAMEWORK_VERSION = '2.4.1';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceGitlab/SourceGitlab.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class SourceGitlabPlugin extends MantisSourceGitBasePlugin {
1515

16-
const PLUGIN_VERSION = '2.0.3';
16+
const PLUGIN_VERSION = '2.0.4';
1717
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1818

1919
/**

0 commit comments

Comments
 (0)