bump solidity verison

This commit is contained in:
hueso
2026-06-01 21:51:18 +00:00
committed by hueso
parent f93e4db532
commit 4eec389fc0
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
pragma solidity ^0.8.19;
import { ERC20 } from "../tokens/ERC20.sol";