Skip to content

Commit

Permalink
chore: bump contract semantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 10, 2024
1 parent 70112c5 commit 437a150
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 @@ -158,8 +158,8 @@ contract OPSuccinctL2OutputOracle is Initializable, ISemver {
error L1BlockHashNotCheckpointed();

/// @notice Semantic version.
/// @custom:semver beta-v0.4.0
string public constant version = "beta-v0.4.0";
/// @custom:semver beta-v1.0.0
string public constant version = "beta-v1.0.0";

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

0 comments on commit 437a150

Please sign in to comment.