os/mac: bump latest_sdk_version

This commit is contained in:
carlocab 2020-12-25 11:19:03 +00:00
parent 5521c76e66
commit 51eb4f28fa
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -42,7 +42,7 @@ module OS
sig { returns(::Version) }
def latest_sdk_version
# TODO: bump version when new Xcode macOS SDK is released
::Version.new("11.0")
::Version.new("11.1")
end
private :latest_sdk_version