Skip to content

Commit

Permalink
[ETHEREUM-CONTRACTS] fix SuperfluidPoolPlaceholder pragma version
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Feb 7, 2024
1 parent 4efe2ea commit e3e011e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: AGPLv3
// solhint-disable not-rely-on-time
pragma solidity 0.8.19;
pragma solidity 0.8.23;

import { BeaconProxiable } from "../../upgradability/BeaconProxiable.sol";

Expand Down

0 comments on commit e3e011e

Please sign in to comment.