Skip to content

Commit

Permalink
specify solidity version in HookManager
Browse files Browse the repository at this point in the history
  • Loading branch information
trmid committed Mar 18, 2024
1 parent 94b0c03 commit 522fed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstract/HookManager.sol
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma solidity ^0.8.24;

import { VaultHooks } from "../interfaces/IVaultHooks.sol";

Expand Down

0 comments on commit 522fed4

Please sign in to comment.