We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ccfd4 commit 4f02324Copy full SHA for 4f02324
contracts/src/libraries/Constants.sol
@@ -5,7 +5,7 @@ pragma solidity 0.8.20;
5
address constant ETH = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;
6
7
/// @dev The version of the contracts.
8
-string constant VERSION = "v1.0.10";
+string constant VERSION = "v1.0.11";
9
10
/// @dev The number of targets that must be deployed for a full deployment.
11
uint256 constant NUM_TARGETS = 4;
0 commit comments