Skip to content

Commit

Permalink
OID-49 Also add solidity version caret for IIdFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
pgonday committed Jun 27, 2024
1 parent d94822b commit 7c9304a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/factory/IIdFactory.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.17;
pragma solidity ^0.8.17;

interface IIdFactory {

Expand Down

0 comments on commit 7c9304a

Please sign in to comment.