Skip to content

Commit

Permalink
fix: update version pragma (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Vedran Bidin <vedran@bidin.me>
  • Loading branch information
vbidin authored Jun 19, 2024
1 parent 3c5b816 commit 9fbe925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/mocks/MockERC20.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity 0.8.7;
pragma solidity ^0.8.7;

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

Expand Down

0 comments on commit 9fbe925

Please sign in to comment.