commit a230b59ffb59fc83ea477f221557ef3897889315 parent b9a836e9813fc29a6a0f32ac53873b61a4dc895c Author: nolash <dev@holbrook.no> Date: Tue, 1 Dec 2020 14:46:45 +0100 Demote solidity to 0.6.12 Diffstat:
M | solidity/registry.sol | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solidity/registry.sol b/solidity/registry.sol @@ -1,4 +1,4 @@ -pragma solidity ^0.7.3; +pragma solidity ^0.6.12; // SPDX-License-Identifier: GPL-3.0-or-later