Skip to content

Commit 92f19b2

Browse files
committed
chore(contracts): update version to 1.4.4-alpha.1 in Pyth contract and package.json
1 parent dc9fa65 commit 92f19b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

target_chains/ethereum/contracts/contracts/pyth/Pyth.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,6 @@ abstract contract Pyth is
397397
}
398398

399399
function version() public pure returns (string memory) {
400-
return "1.4.3";
400+
return "1.4.4-alpha.1";
401401
}
402402
}

target_chains/ethereum/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-contract",
3-
"version": "1.4.3",
3+
"version": "1.4.4-alpha.1",
44
"description": "",
55
"private": "true",
66
"devDependencies": {

0 commit comments

Comments
 (0)