Skip to content

Commit

Permalink
bump version (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
sentilesdal committed Jun 13, 2024
1 parent f1ccfd4 commit 4f02324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/libraries/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pragma solidity 0.8.20;
address constant ETH = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;

/// @dev The version of the contracts.
string constant VERSION = "v1.0.10";
string constant VERSION = "v1.0.11";

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

0 comments on commit 4f02324

Please sign in to comment.