Skip to content

Commit

Permalink
bump version temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
danoctavian committed Sep 19, 2024
1 parent 539d7a8 commit f407187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/BaseScript.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ contract BaseScript is BaseData {
Deployment public deployment;
ChainDeployment public currentDeployment;
PredictedAddresses public predictions;
string private constant _version = "v1.0.0";
string private constant _version = "v1.0.1";

function _getRateLimitConfigs() internal view returns (RateLimiter.RateLimitConfig[] memory) {
RateLimiter.RateLimitConfig[] memory rateLimitConfigs =
Expand Down

0 comments on commit f407187

Please sign in to comment.