瀏覽代碼

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

Jayant Krishnamurthy 6 月之前
父節點
當前提交
d4a6c489ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target_chains/ethereum/contracts/contracts/entropy/EntropyUpgradable.sol

+ 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";
     }
 }