access_Ownable.sol.patch 310 B

1234567891011
  1. --- access/Ownable.sol 2023-08-09 11:45:05
  2. +++ access/Ownable.sol 2023-08-11 11:37:19
  3. @@ -1,7 +1,7 @@
  4. // SPDX-License-Identifier: MIT
  5. // OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)
  6. -pragma solidity ^0.8.20;
  7. +pragma solidity ^0.8.19;
  8. import {Context} from "../utils/Context.sol";