Closed ghost closed 2 years ago
💻 Environment Use solc Version: 0.8.0+commit.c7dfd78e.
📝 Details Compiler error: When compiling https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/master/contracts/proxy/utils/Initializable.sol#L50
error: Documentation tag @custom:oz-upgrades-unsafe-allow not valid for contracts.
🔢 Code to reproduce bug
Thanks @seanamani. The minimum required Solidity version for this file is now 0.8.2. We forgot to bump the pragma.
💻 Environment Use solc Version: 0.8.0+commit.c7dfd78e.
📝 Details Compiler error: When compiling https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/master/contracts/proxy/utils/Initializable.sol#L50
error: Documentation tag @custom:oz-upgrades-unsafe-allow not valid for contracts.
🔢 Code to reproduce bug