Skip to content

Commit

Permalink
chore: bump to solidity 0.8.21 and use GPL-3.0 license (#5)
Browse files Browse the repository at this point in the history
* chore: bump to solidity `0.8.21`

* chore: use `GPL-3.0` license
  • Loading branch information
leovct authored Nov 8, 2023
1 parent b5edca3 commit ce9b50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TinyENS.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.21;

/// @notice Interface for TinyENS.
interface ITinyENS {
Expand Down

0 comments on commit ce9b50f

Please sign in to comment.