From 80dcefc3af567d21b4f6ee01d789b4b25c26f53e Mon Sep 17 00:00:00 2001 From: sophiii Date: Mon, 16 Oct 2017 14:43:59 +0100 Subject: [PATCH] Update MiniMeToken.sol Since the change of `throw` to `require` should we upgrade the version number inside the contract? --- contracts/MiniMeToken.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/MiniMeToken.sol b/contracts/MiniMeToken.sol index 404d071..b0834bb 100644 --- a/contracts/MiniMeToken.sol +++ b/contracts/MiniMeToken.sol @@ -79,7 +79,7 @@ contract MiniMeToken is Controlled { string public name; //The Token's name: e.g. DigixDAO Tokens uint8 public decimals; //Number of decimals of the smallest unit string public symbol; //An identifier: e.g. REP - string public version = 'MMT_0.1'; //An arbitrary versioning scheme + string public version = 'MMT_0.2'; //An arbitrary versioning scheme /// @dev `Checkpoint` is the structure that attaches a block number to a