Skip to content

Commit 9fbe925

Browse files
authored
fix: update version pragma (#54)
Signed-off-by: Vedran Bidin <[email protected]>
1 parent 3c5b816 commit 9fbe925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/test/mocks/MockERC20.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-only
2-
pragma solidity 0.8.7;
2+
pragma solidity ^0.8.7;
33

44
import { ERC20 } from "../../ERC20.sol";
55

0 commit comments

Comments
 (0)