Skip to content
Snippets Groups Projects
Unverified Commit 56453bc8 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

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.
parent 0cae28f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment