Merge pull request #4806 from MikeMcQuaid/bump-release-installation
os/mac: note installation docs need bumped too.
This commit is contained in:
commit
f8247d7572
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user