Skip to content

Commit

Permalink
✨ Add support for Solidity 0.8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Oct 9, 2024
1 parent cb51dd6 commit f2be0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wake/config/wake_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2be0e6

Please sign in to comment.