Skip to content

Commit

Permalink
fix: update version in implementation deployment constants
Browse files Browse the repository at this point in the history
  • Loading branch information
gabririgo committed Nov 10, 2023
1 parent 3279ffb commit f6beeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/protocol/core/immutable/MixinConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import "../../IRigoblockV3Pool.sol";
/// @dev Inheriting from interface is required as we override public variables.
abstract contract MixinConstants is IRigoblockV3Pool {
/// @inheritdoc IRigoblockV3PoolImmutable
string public constant override VERSION = "HF 3.1.1";
string public constant override VERSION = "HF 3.1.2";

bytes32 internal constant _POOL_INIT_SLOT = 0xe48b9bb119adfc3bccddcc581484cc6725fe8d292ebfcec7d67b1f93138d8bd8;

Expand Down

0 comments on commit f6beeb8

Please sign in to comment.