Merge pull request #4841 from MikeMcQuaid/os-mac-install-bump
os/mac: also update install on version bumps.
This commit is contained in:
commit
38b54df55e
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user