bump solidity verison

This commit is contained in:
hueso
2025-08-02 20:16:45 -03:00
parent f924593ee2
commit 30335bbe5b
9 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
pragma solidity ^0.8.19;
import { ERC20, OwnerSettings } from "contracts/core/OwnerSettings.sol";