We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9fa65 commit 92f19b2Copy full SHA for 92f19b2
target_chains/ethereum/contracts/contracts/pyth/Pyth.sol
@@ -397,6 +397,6 @@ abstract contract Pyth is
397
}
398
399
function version() public pure returns (string memory) {
400
- return "1.4.3";
+ return "1.4.4-alpha.1";
401
402
target_chains/ethereum/contracts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pythnetwork/pyth-evm-contract",
3
- "version": "1.4.3",
+ "version": "1.4.4-alpha.1",
4
"description": "",
5
"private": "true",
6
"devDependencies": {
0 commit comments