Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Dec 31, 2020
1 parent e8ecf4b commit 15c936f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "9.7.x-dev"
"dev-master": "9.8.x-dev"
}
},
"bin" : [
Expand Down
2 changes: 1 addition & 1 deletion lib/midcom.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class midcom
*
* @var string
*/
const VERSION = '9.7.0+git';
const VERSION = '9.8.0';

/**
* Main application singleton
Expand Down

0 comments on commit 15c936f

Please sign in to comment.