From 56453bc8f814343a60cced3ce83e0648c0c497d1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 3 Sep 2018 17:00:02 +0100 Subject: [PATCH] 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. --- Library/Homebrew/os/mac.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index 12091d20b1..0f2b8ae060 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -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