Skip to content

Commit

Permalink
Bump minimum Solidity version for Initializable.sol to 0.8.2 (#3328)
Browse files Browse the repository at this point in the history
(cherry picked from commit cb14ea3)
  • Loading branch information
frangio committed Apr 14, 2022
1 parent 24953fb commit 2cf3ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/proxy/utils/Initializable.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0-rc.0) (proxy/utils/Initializable.sol)

pragma solidity ^0.8.0;
pragma solidity ^0.8.2;

import "../../utils/Address.sol";

Expand Down

0 comments on commit 2cf3ac4

Please sign in to comment.