Skip to content

Commit

Permalink
deploy 0.2.0 to goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed Apr 28, 2023
1 parent 1f09448 commit 3a445e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/SeasonToggle.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contract DeployFactory is Script {
bytes32 internal constant SALT = bytes32(abi.encode(0x4a75)); // ~ H(4) A(a) T(7) S(5)

//default values
string public version = "0.1.0"; // increment with each deploy
string public version = "0.2.0"; // increment with each deploy
bool public verbose = true;

/// @notice Override default values, if desired
Expand Down

0 comments on commit 3a445e8

Please sign in to comment.