diff options
Diffstat (limited to 'packages/contracts/src/2.0.0/protocol/Exchange/Exchange.sol')
-rw-r--r-- | packages/contracts/src/2.0.0/protocol/Exchange/Exchange.sol | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/contracts/src/2.0.0/protocol/Exchange/Exchange.sol b/packages/contracts/src/2.0.0/protocol/Exchange/Exchange.sol index 7507d3da1..ead36009f 100644 --- a/packages/contracts/src/2.0.0/protocol/Exchange/Exchange.sol +++ b/packages/contracts/src/2.0.0/protocol/Exchange/Exchange.sol @@ -37,7 +37,6 @@ contract Exchange is MixinAssetProxyDispatcher, MixinWrapperFunctions { - string constant public VERSION = "2.0.1-alpha"; // Mixins are instantiated in the order they are inherited |