Skip to content

Commit 182bcb9

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
Sync versions of all DropERCxxx contracts
1 parent 5d6811d commit 182bcb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/drop/DropERC1155.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ contract DropERC1155 is
161161
}
162162

163163
function contractVersion() external pure returns (uint8) {
164-
return uint8(3);
164+
return uint8(4);
165165
}
166166

167167
/*///////////////////////////////////////////////////////////////

contracts/drop/DropERC20.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ contract DropERC20 is
9696
}
9797

9898
function contractVersion() external pure returns (uint8) {
99-
return uint8(3);
99+
return uint8(4);
100100
}
101101

102102
/*///////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)