Skip to content

Commit 9ad168f

Browse files
committed
allow wider solidity version in libsemver
1 parent e66016d commit 9ad168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/LibSemver.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity =0.8.20;
2+
pragma solidity >=0.8.0 <0.9.0;
33
import "@openzeppelin/contracts/utils/Strings.sol";
44
library LibSemver {
55
error versionMissmatch(string message);

0 commit comments

Comments
 (0)