Skip to content

Commit

Permalink
Bump compiler pragma version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriian Chestnykh committed Jan 30, 2024
1 parent b345aaa commit 5bf8aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/interfaces/ICircuitValidatorExtended.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
pragma solidity 0.8.16;

import {ICircuitValidator} from "./ICircuitValidator.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/verifiers/UniversalVerifier.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
pragma solidity 0.8.16;

import {OwnableUpgradeable} from "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
import {IERC165} from "@openzeppelin/contracts/utils/introspection/IERC165.sol";
Expand Down

0 comments on commit 5bf8aeb

Please sign in to comment.