Make Solidity pragma consistent (#4589)

This commit is contained in:
Hadrien Croubois
2023-09-08 23:24:06 +02:00
committed by GitHub
parent 7ae7f3ef4b
commit 01659449d4

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
pragma solidity ^0.8.20;
import {Governor} from "../Governor.sol";