Skip to content

Commit d4a6c48

Browse files
authored
chore(entropy): Bump entropy version (#2681)
1 parent 3c49ba3 commit d4a6c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/ethereum/contracts/contracts/entropy/EntropyUpgradable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ contract EntropyUpgradable is
105105
}
106106

107107
function version() public pure returns (string memory) {
108-
return "0.4.0";
108+
return "2.0.0";
109109
}
110110
}

0 commit comments

Comments
 (0)