macOS Big Sur is released

This commit is contained in:
Francois-Xavier Coudert 2020-11-05 23:38:25 +01:00
parent 023df124bd
commit b6c18230cf

View File

@ -41,21 +41,21 @@ module OS
def latest_sdk_version def latest_sdk_version
# TODO: bump version when new Xcode macOS SDK is released # TODO: bump version when new Xcode macOS SDK is released
Version.new "10.15" Version.new "11.0"
end end
def latest_stable_version def latest_stable_version
# TODO: bump version when new macOS is released and also update # TODO: bump version when new macOS is released and also update
# references in docs/Installation.md and # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/HEAD/install.sh # https://github.com/Homebrew/install/blob/HEAD/install.sh
Version.new "10.15" Version.new "11.0"
end end
def outdated_release? def outdated_release?
# TODO: bump version when new macOS is released and also update # TODO: bump version when new macOS is released and also update
# references in docs/Installation.md and # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/HEAD/install.sh # https://github.com/Homebrew/install/blob/HEAD/install.sh
version < "10.13" version < "10.14"
end end
def prerelease? def prerelease?