Skip to content

Commit 630b37e

Browse files
mslippersmartcontracts
authored andcommitted
Update semver
1 parent 7d4e86b commit 630b37e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/contracts-bedrock/snapshots/semver-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"sourceCodeHash": "0xa91b445bdc666a02ba18e3b91ba94b6d54bbe65da714002fc734814201319d57"
1717
},
1818
"src/L1/OPContractsManager.sol": {
19-
"initCodeHash": "0x5f82704df4e576cdb885670d718be7618a678c7c0e33cb49f050c9f7180a7037",
20-
"sourceCodeHash": "0x6abec787e118c2567cd46c118957ad5bbb6d487cc9547fbde3c11c3af1c920a3"
19+
"initCodeHash": "0xd01ce11877a2d403f62ef6bb80ed088e3e6de5b4359128b7b112e9e1af56a357",
20+
"sourceCodeHash": "0x95d038b9b0726fb11fb41f8c9ce3f364a0791e45379aa560874a723832cc088a"
2121
},
2222
"src/L1/OptimismPortal2.sol": {
2323
"initCodeHash": "0x7e533474310583593c2d57d30fcd1ec11e1568dbaaf37a2dd28c5cc574068bac",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ contract OPContractsManager is ISemver {
135135

136136
// -------- Constants and Variables --------
137137

138-
/// @custom:semver 1.0.0-beta.28
139-
string public constant version = "1.0.0-beta.28";
138+
/// @custom:semver 1.0.0-beta.29
139+
string public constant version = "1.0.0-beta.29";
140140

141141
/// @notice Represents the interface version so consumers know how to decode the DeployOutput struct
142142
/// that's emitted in the `Deployed` event. Whenever that struct changes, a new version should be used.

0 commit comments

Comments
 (0)