Skip to content

Commit

Permalink
master is now 1.9.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Aug 21, 2018
1 parent d768d58 commit c2e7d98
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 @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev"
"dev-master": "1.9.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/Cache/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class Version
{
public const VERSION = '1.8.0';
public const VERSION = '1.9.0-DEV';
}

0 comments on commit c2e7d98

Please sign in to comment.