Skip to content

Commit d634b6e

Browse files
author
Ratan Kaliani
authored
chore(contracts): bump OPSuccinctDisputeGame version
1 parent 2951624 commit d634b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/src/validity/OPSuccinctDisputeGame.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ contract OPSuccinctDisputeGame is ISemver, Clone, IDisputeGame {
2929
bool public wasRespectedGameTypeWhenCreated;
3030

3131
/// @notice Semantic version.
32-
/// @custom:semver v1.0.0-beta
33-
string public constant version = "v1.0.0-beta";
32+
/// @custom:semver v2.0.0-beta
33+
string public constant version = "v2.0.0-beta";
3434

3535
constructor(address _l2OutputOracle) {
3636
l2OutputOracle = _l2OutputOracle;

0 commit comments

Comments
 (0)