Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Jun 3, 2024
1 parent a62c1a3 commit 1e6a183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tron/Oracle.f.sol
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ contract Oracle is Verifier {
receive() external payable {}

function version() public pure returns (string memory) {
return "2.0.0";
return "2.1.0";
}

/// @dev Only could be called by owner.
Expand Down
2 changes: 1 addition & 1 deletion tron/Relayer.f.sol
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ contract Relayer {
}

function version() public pure returns (string memory) {
return "2.0.0";
return "2.1.0";
}

receive() external payable {}
Expand Down

0 comments on commit 1e6a183

Please sign in to comment.