Skip to content

Commit 4f02324

Browse files
authored
bump version (#1056)
1 parent f1ccfd4 commit 4f02324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/libraries/Constants.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pragma solidity 0.8.20;
55
address constant ETH = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;
66

77
/// @dev The version of the contracts.
8-
string constant VERSION = "v1.0.10";
8+
string constant VERSION = "v1.0.11";
99

1010
/// @dev The number of targets that must be deployed for a full deployment.
1111
uint256 constant NUM_TARGETS = 4;

0 commit comments

Comments
 (0)