From 0ef67d9cbacbf1150aa34e4746f0b8ea7ae9bbc9 Mon Sep 17 00:00:00 2001 From: Aahna Ashina <95955389+aahna-ashina@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:17:27 +0700 Subject: [PATCH] Update NationCred.sol --- contracts/NationCred.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/NationCred.sol b/contracts/NationCred.sol index cbbbb36..cbc72e3 100644 --- a/contracts/NationCred.sol +++ b/contracts/NationCred.sol @@ -1,5 +1,5 @@ //SPDX-License-Identifier: GPL-3.0-or-later -pragma solidity ^0.8.17; +pragma solidity ^0.8.19; import "./INationCred.sol"; import "@openzeppelin/contracts/interfaces/IERC721.sol";