Skip to content

Commit b894ee0

Browse files
committed
chore(target_chains/ethereum): cut another release for pyth
1 parent cfc7a1d commit b894ee0

File tree

1 file changed

+1
-1
lines changed
  • target_chains/ethereum/contracts/contracts/pyth

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ abstract contract Pyth is
703703
}
704704

705705
function version() public pure returns (string memory) {
706-
return "1.4.5-alpha.1";
706+
return "1.4.5";
707707
}
708708

709709
/// @notice Calculates TWAP from two price points

0 commit comments

Comments
 (0)