diff --git a/.solhint.json b/.solhint.json index 55d205e90..5301f84f1 100644 --- a/.solhint.json +++ b/.solhint.json @@ -3,7 +3,7 @@ "plugins": ["prettier"], "rules": { "max-line-length": ["error", 120], - "compiler-version": ["error", "0.8.17"], + "compiler-version": ["error", "^0.8.17"], "func-visibility": ["error", { "ignoreConstructors": true }], "func-param-name-mixedcase": "error", "modifier-name-mixedcase": "error",