Skip to content

Commit

Permalink
chore: fix semver
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore committed Dec 9, 2024
1 parent fe2f834 commit d397e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/accounts/safe/interfaces/ISafeProxyFactory.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity >=0.7.0 <0.9.0;
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.23 <0.9.0;

interface ISafeProxyFactory {
function proxyCreationCode() external pure returns (bytes memory);
Expand Down

0 comments on commit d397e37

Please sign in to comment.