Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfirefist committed Jan 24, 2024
1 parent 8cbb396 commit 9f658f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ contract EntropyUpgradable is
}

function version() public pure returns (string memory) {
return "0.0.1";
return "0.1.0";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ contract ExecutorUpgradable is
}

function version() public pure returns (string memory) {
return "0.0.1";
return "0.1.0";
}
}

0 comments on commit 9f658f3

Please sign in to comment.