Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
uprendis committed Feb 23, 2024
1 parent 64ed0a2 commit a617877
Show file tree
Hide file tree
Showing 3 changed files with 16,721 additions and 52,486 deletions.
4 changes: 2 additions & 2 deletions contracts/version/Version.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contract Version {
* @dev Returns the address of the current owner.
*/
function version() public pure returns (bytes3) {
// version 3.0.4
return "304";
// version 3.0.5
return "305";
}
}
Loading

0 comments on commit a617877

Please sign in to comment.