Skip to content

Commit

Permalink
fix version and license
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Sep 30, 2024
1 parent 352ff89 commit 6cbbc69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/v0.8/ccip/test/helpers/CCIPHomeHelper.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
// SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.24;

import {CCIPHome} from "../../capability/CCIPHome.sol";

Expand Down

0 comments on commit 6cbbc69

Please sign in to comment.