Skip to content

Commit

Permalink
Merge pull request #32 from morpho-org/chore/interface-solc-version
Browse files Browse the repository at this point in the history
interface solc version
  • Loading branch information
MathisGD authored Mar 5, 2024
2 parents 5b9a033 + d819bdb commit 21a4ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IPublicAllocator.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.21;
pragma solidity >=0.5.0;

import {
IMetaMorpho,
Expand Down

0 comments on commit 21a4ae4

Please sign in to comment.