Skip to content

Commit

Permalink
Bump version to 2.4.1
Browse files Browse the repository at this point in the history
VCS plugins changes:
- SourceGitlab 2.0.4
  • Loading branch information
dregad committed Jan 18, 2021
1 parent c0a9f80 commit da0a766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/MantisSourceBase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0';
const FRAMEWORK_VERSION = '2.4.1';

/**
* Minimum required MantisBT version.
Expand Down
2 changes: 1 addition & 1 deletion SourceGitlab/SourceGitlab.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class SourceGitlabPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '2.0.3';
const PLUGIN_VERSION = '2.0.4';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';

/**
Expand Down

0 comments on commit da0a766

Please sign in to comment.