Skip to content

Commit

Permalink
Merge pull request #2 from ProjectOpenSea/ryan/add-carat-to-pragma-ve…
Browse files Browse the repository at this point in the history
…rsion

add carat to pragma version
  • Loading branch information
0age authored Jun 26, 2023
2 parents 0bd56c0 + 1a18a5f commit 25bae8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ConsiderationErrors.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
pragma solidity ^0.8.17;

import { Side } from "./ConsiderationEnums.sol";

Expand Down

0 comments on commit 25bae8d

Please sign in to comment.