Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
uprendis authored and quan8 committed Nov 18, 2020
1 parent c73aeff commit e627a5b
Showing 1 changed file with 2 additions and 2 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 2.0.3
return "203";
// version 2.0.4
return "204";
}
}

0 comments on commit e627a5b

Please sign in to comment.