Skip to content

Commit ddfac31

Browse files
OID-49 update solidity version with caret on interfaces (#101)
* 🔖 (v2.2.1) update version (#94) * OID-49 update solidity version with caret on interfaces --------- Co-authored-by: Joachim <[email protected]>
1 parent 9b8d73b commit ddfac31

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contracts/interface/IClaimIssuer.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-3.0
2-
pragma solidity 0.8.17;
2+
pragma solidity ^0.8.17;
33

44
import "./IIdentity.sol";
55

contracts/interface/IERC734.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-3.0
2-
pragma solidity 0.8.17;
2+
pragma solidity ^0.8.17;
33

44
/**
55
* @dev interface of the ERC734 (Key Holder) standard as defined in the EIP.

contracts/interface/IERC735.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-3.0
2-
pragma solidity 0.8.17;
2+
pragma solidity ^0.8.17;
33

44
/**
55
* @dev interface of the ERC735 (Claim Holder) standard as defined in the EIP.

contracts/interface/IIdentity.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-3.0
2-
pragma solidity 0.8.17;
2+
pragma solidity ^0.8.17;
33

44
import "./IERC734.sol";
55
import "./IERC735.sol";

contracts/interface/IImplementationAuthority.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-3.0
22

3-
pragma solidity 0.8.17;
3+
pragma solidity ^0.8.17;
44

55
interface IImplementationAuthority {
66

0 commit comments

Comments
 (0)