Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 7, 2020
2 parents 5274ce3 + f8243f0 commit cc09699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.17-dev"
"dev-master": "2.18-dev"
}
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
*/
final class Application extends BaseApplication
{
const VERSION = '2.17.0';
const VERSION_CODENAME = 'Desert Beast';
const VERSION = '2.18.0-DEV';
const VERSION_CODENAME = '';

/**
* @var ToolInfo
Expand Down

0 comments on commit cc09699

Please sign in to comment.