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.