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
  • Loading branch information
frangio committed Apr 13, 2022
1 parent 7392d83 commit cb14ea3
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.5.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 cb14ea3

Please sign in to comment.