Skip to content

Commit

Permalink
fix: update version pragma
Browse files Browse the repository at this point in the history
Signed-off-by: Vedran Bidin <vedran@bidin.me>
  • Loading branch information
vbidin committed Jun 19, 2024
1 parent 3c5b816 commit b23fc5e
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 b23fc5e

Please sign in to comment.