Skip to content

Commit 3f49ab7

Browse files
committed
bump version
1 parent d8c1382 commit 3f49ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/AgglayerManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ contract AgglayerManager is
252252
keccak256("EMERGENCY_COUNCIL_ADMIN");
253253

254254
// Current rollup manager version
255-
string public constant ROLLUP_MANAGER_VERSION = "v1.0.0";
255+
string public constant ROLLUP_MANAGER_VERSION = "v2.0.0";
256256

257257
// Hardcoded address used to indicate that this address triggered in an event should not be considered as valid.
258258
address private constant _NO_ADDRESS =

0 commit comments

Comments
 (0)