os/mac: note installation docs need bumped too.

I noticed these contain a reference to our supported versions so should
be bumped whenever this version is bumped.
This commit is contained in:
Mike McQuaid 2018-09-03 17:00:02 +01:00
parent 0cae28f13c
commit 56453bc8f8
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -35,12 +35,14 @@ module OS
end
def latest_stable_version
# TODO: bump version when new macOS is released
# TODO: bump version when new macOS is released and also update
# references in docs/Installation.md
Version.new "10.13"
end
def outdated_release?
# TODO: bump version when new macOS is released
# TODO: bump version when new macOS is released and also update
# references in docs/Installation.md
version < "10.11"
end