From 0587548ed05c94ff2334096b46d2da25207bc075 Mon Sep 17 00:00:00 2001 From: leovct Date: Wed, 8 Nov 2023 18:43:07 +0100 Subject: [PATCH] chore: bump version and update license in tests --- test/TinyENS.t.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/TinyENS.t.sol b/test/TinyENS.t.sol index 5611622..94af431 100644 --- a/test/TinyENS.t.sol +++ b/test/TinyENS.t.sol @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: UNLICENSED -pragma solidity ^0.8.13; +// SPDX-License-Identifier: GPL-3.0 +pragma solidity ^0.8.21; import '../src/TinyENS.sol'; import '@forge-std/Test.sol';