Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 17, 2024
1 parent 8d9158f commit 6b3fc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/OPSuccinctL2OutputOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ contract OPSuccinctL2OutputOracle is Initializable, ISemver {
error L1BlockHashNotCheckpointed();

/// @notice Semantic version.
/// @custom:semver v1.0.0-rc1
string public constant version = "v1.0.0-rc1";
/// @custom:semver v1.0.0-rc2
string public constant version = "v1.0.0-rc2";

/// @notice The version of the initializer on the contract. Used for managing upgrades.
uint8 public constant initializerVersion = 1;
Expand Down

0 comments on commit 6b3fc49

Please sign in to comment.