Skip to content

Commit 3747c5a

Browse files
committed
Bump version to 0.17
Version has not been increased for over a year, and there have been many fixes in the repository
1 parent aefcfed commit 3747c5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/Source.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
/**
99
* Creates an extensible API for integrating source control applications
1010
* with the Mantis bug tracker software.
11-
*/
11+
*/
1212
class SourcePlugin extends MantisPlugin {
13-
static $framework_version = '0.16.4';
13+
static $framework_version = '0.17';
1414
static $cache = array();
1515

1616
function register() {
@@ -65,7 +65,7 @@ function config() {
6565

6666
'remote_imports' => OFF,
6767
'import_urls' => serialize( array( 'localhost' ) ),
68-
68+
6969
'api_key' => '',
7070
);
7171
}

0 commit comments

Comments
 (0)