Skip to content

Commit

Permalink
Bump package version before 6.0.0-rc1 (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov committed Aug 6, 2021
1 parent 3519ddb commit fb66e2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ contract VersionableAMB is VersionableBridge {
* @return (major, minor, patch) version triple
*/
function getBridgeInterfacesVersion() external pure returns (uint64 major, uint64 minor, uint64 patch) {
return (6, 0, 0);
return (6, 1, 0);
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokenbridge-contracts",
"version": "6.0.0-rc0",
"version": "6.0.0-rc1",
"description": "Bridge",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fb66e2a

Please sign in to comment.