Skip to content

Commit

Permalink
chore: unify pragma min
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Nov 12, 2024
1 parent c61273a commit 10b4b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataTypes.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.25;
pragma solidity ^0.8.23;

import { IERC7484 } from "./interfaces/IERC7484.sol";
import { CallType } from "./lib/ModeLib.sol";
Expand Down

0 comments on commit 10b4b31

Please sign in to comment.