Skip to content

Commit

Permalink
Merge pull request #90 from GenerationSoftware/gen-1216-qa-237-n-22
Browse files Browse the repository at this point in the history
Specify solidity version in HookManager
  • Loading branch information
trmid committed Mar 18, 2024
2 parents 17db1af + 522fed4 commit 62c0c21
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 62c0c21

Please sign in to comment.