From e627a5b3686d4ce26d9ee692a551293f05f25955 Mon Sep 17 00:00:00 2001 From: Egor Lysenko Date: Tue, 17 Nov 2020 17:12:41 +0700 Subject: [PATCH] version up --- contracts/version/Version.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/version/Version.sol b/contracts/version/Version.sol index 3f6ac1d..6423e47 100644 --- a/contracts/version/Version.sol +++ b/contracts/version/Version.sol @@ -8,7 +8,7 @@ contract Version { * @dev Returns the address of the current owner. */ function version() public pure returns (bytes3) { - // version 2.0.3 - return "203"; + // version 2.0.4 + return "204"; } }