Skip to content

Commit cfd2c57

Browse files
committed
interop portal semver
1 parent 5a3330f commit cfd2c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/contracts-bedrock/src/L1/OptimismPortalInterop.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ contract OptimismPortalInterop is OptimismPortal2 {
2828
OptimismPortal2(_proofMaturityDelaySeconds, _disputeGameFinalityDelaySeconds)
2929
{ }
3030

31-
/// @custom:semver +interop-beta.8
31+
/// @custom:semver +interop-beta.9
3232
function version() public pure override returns (string memory) {
33-
return string.concat(super.version(), "+interop-beta.8");
33+
return string.concat(super.version(), "+interop-beta.9");
3434
}
3535

3636
/// @notice Sets static configuration options for the L2 system.

0 commit comments

Comments
 (0)