Skip to content

Commit

Permalink
bump version to 1.5 (#1279)
Browse files Browse the repository at this point in the history
Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
  • Loading branch information
1 parent a097381 commit 6facafc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/contracts-ccip",
"version": "1.4.0",
"version": "1.5.0",
"description": "Chainlink CCIP smart contracts",
"author": "Chainlink devs",
"license": "BUSL-1.1",
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/pools/USDC/USDCTokenPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ contract USDCTokenPool is TokenPool, ITypeAndVersion {
uint32 sourceDomain;
}

string public constant override typeAndVersion = "USDCTokenPool 1.4.0";
string public constant override typeAndVersion = "USDCTokenPool 1.5.0";

// We restrict to the first version. New pool may be required for subsequent versions.
uint32 public constant SUPPORTED_USDC_VERSION = 0;
Expand Down
Loading

0 comments on commit 6facafc

Please sign in to comment.