os/mac: also update install on version bumps.

I also just remembered this today so let’s add a comment reminder.
This commit is contained in:
Mike McQuaid 2018-09-06 11:48:13 +01:00
parent 88bf60d589
commit bb5166b3c7
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -36,13 +36,15 @@ module OS
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 # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/master/install
Version.new "10.13" Version.new "10.13"
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 # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/master/install
version < "10.11" version < "10.11"
end end