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

os/mac: also update install on version bumps.

I also just remembered this today so let’s add a comment reminder.
parent 88bf60d5
No related branches found
No related tags found
No related merge requests found
......@@ -36,13 +36,15 @@ module OS
def latest_stable_version
# 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"
end
def outdated_release?
# 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"
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