Skip to content

Commit

Permalink
chore: Bump FDG semver
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Dec 4, 2024
1 parent 3b9dad0 commit 8f83787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/snapshots/semver-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
},
"src/dispute/FaultDisputeGame.sol": {
"initCodeHash": "0x7441e418d3b4229f519c8c027f3fd7a5487206b833110b794cca104a1a2c73fe",
"sourceCodeHash": "0x8f4bf662fe8d56e9aabaa7742033880f0900cd6221c7711c1dbefe985a841104"
"sourceCodeHash": "0x29e36c5587a4f35a4987459fdb93f1b6a8800917b8e6499bbf7ebc755d75cbed"
},
"src/legacy/DeployerWhitelist.sol": {
"initCodeHash": "0xf232863fde5cd65368bcb4a79b41b5a4a09c59ede5070f82fd3f13f681bea7d8",
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/src/dispute/FaultDisputeGame.sol
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ contract FaultDisputeGame is Clone, ISemver {
uint256 internal constant HEADER_BLOCK_NUMBER_INDEX = 8;

/// @notice Semantic version.
/// @custom:semver 1.3.1-beta.8
string public constant version = "1.3.1-beta.8";
/// @custom:semver 1.3.1
string public constant version = "1.3.1";

/// @notice The starting timestamp of the game
Timestamp public createdAt;
Expand Down

0 comments on commit 8f83787

Please sign in to comment.