From 4d72398adfaadfa2dd7f4bf1ad91ceea0d005c39 Mon Sep 17 00:00:00 2001 From: nolash Date: Tue, 1 Dec 2020 14:46:29 +0100 Subject: [PATCH] Demote solidity to 0.6.12 --- GiftableToken.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GiftableToken.sol b/GiftableToken.sol index b36d45e..b4c684b 100644 --- a/GiftableToken.sol +++ b/GiftableToken.sol @@ -1,5 +1,6 @@ +pragma solidity ^0.6.12; + // SPDX-License-Identifier: SEE LICENSE IN LICENSE -pragma solidity ^0.7.4; /* * This is a MOCK token used for DEVELOPMENT PURPOSES ONLY.