Ver código fonte

chore(entropy): Bump entropy version (#2681)

Jayant Krishnamurthy 6 meses atrás
pai
commit
d4a6c489ce

+ 1 - 1
target_chains/ethereum/contracts/contracts/entropy/EntropyUpgradable.sol

@@ -105,6 +105,6 @@ contract EntropyUpgradable is
     }
 
     function version() public pure returns (string memory) {
-        return "0.4.0";
+        return "2.0.0";
     }
 }