Skip to content

Commit ccb4ffd

Browse files
authored
Bump contracts and package version before 5.7.0-rc1 (#597)
1 parent aa771ec commit ccb4ffd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/upgradeable_contracts/VersionableBridge.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pragma solidity 0.4.24;
22

33
contract VersionableBridge {
44
function getBridgeInterfacesVersion() external pure returns (uint64 major, uint64 minor, uint64 patch) {
5-
return (5, 2, 0);
5+
return (6, 0, 0);
66
}
77

88
/* solcov ignore next */

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tokenbridge-contracts",
3-
"version": "5.7.0-rc0",
3+
"version": "5.7.0-rc1",
44
"description": "Bridge",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)