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:
parent
88bf60d589
commit
bb5166b3c7
@ -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