diff --git a/wake/config/wake_config.py b/wake/config/wake_config.py index 3ef0caca..c80caa6e 100644 --- a/wake/config/wake_config.py +++ b/wake/config/wake_config.py @@ -478,7 +478,7 @@ def max_solidity_version(self) -> SolidityVersion: Returns: Maximum supported Solidity version. """ - return SolidityVersion.fromstring("0.8.27") + return SolidityVersion.fromstring("0.8.28") @property def detectors(self) -> DetectorsConfig: