Skip to content

Commit 46eb28d

Browse files
committed
chore: update version to 1.4.4-alpha.2 in Pyth contract and package.json
1 parent a5e15e5 commit 46eb28d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ abstract contract Pyth is
558558
}
559559

560560
function version() public pure returns (string memory) {
561-
return "1.4.4-alpha.1";
561+
return "1.4.4-alpha.2";
562562
}
563563

564564
function calculateTwap(

target_chains/ethereum/contracts/package.json

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

0 commit comments

Comments
 (0)