Skip to content

Commit

Permalink
update contract version for deployment (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan Kulkarni <rohan@ourzora.com>
  • Loading branch information
iainnash and kulkarohan authored Jul 17, 2023
1 parent 641b20c commit d60be36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-poets-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@zoralabs/nft-drop-contracts': minor
---

Update contract minor version
2 changes: 1 addition & 1 deletion src/ZoraNFTCreatorV1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {ERC721Drop} from "./ERC721Drop.sol";
import {IContractMetadata} from "./interfaces/IContractMetadata.sol";

/// @notice Zora NFT Creator V1
contract ZoraNFTCreatorV1 is OwnableUpgradeable, UUPSUpgradeable, IContractMetadata, Version(6) {
contract ZoraNFTCreatorV1 is OwnableUpgradeable, UUPSUpgradeable, IContractMetadata, Version(7) {
string private constant CANNOT_BE_ZERO = "Cannot be 0 address";

/// @notice Emitted when a edition is created reserving the corresponding token IDs.
Expand Down

0 comments on commit d60be36

Please sign in to comment.