Skip to content

Commit

Permalink
increment module version
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed May 15, 2024
1 parent 696eee8 commit 017c5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contract Deploy is Script {

// default values
bool internal _verbose = true;
string internal _version = "0.0.1"; // increment this with each new deployment
string internal _version = "0.2.0"; // increment this with each new deployment

/// @dev Override default values, if desired
function prepare(bool verbose, string memory version) public {
Expand Down

0 comments on commit 017c5f5

Please sign in to comment.