Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Sep 3, 2024
1 parent df442c9 commit 5f374f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NFTMint.sol
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,6 @@ contract NFTMint is Ownable {
}

function VERSION() external pure returns (string memory) {
return "1.1.0";
return "1.2.0";
}
}

0 comments on commit 5f374f7

Please sign in to comment.