Skip to content

Commit 7714abb

Browse files
committed
chore: bump version to 1.4.4-alpha.3 in Pyth contract and package.json
1 parent 5dfec3f commit 7714abb

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
@@ -556,7 +556,7 @@ abstract contract Pyth is
556556
}
557557

558558
function version() public pure returns (string memory) {
559-
return "1.4.4-alpha.2";
559+
return "1.4.4-alpha.3";
560560
}
561561

562562
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.2",
3+
"version": "1.4.4-alpha.3",
44
"description": "",
55
"private": "true",
66
"devDependencies": {

0 commit comments

Comments
 (0)