aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-09-17 14:09:18 +0100
committerGitHub2016-09-17 14:09:18 +0100
commit224794c76188d675e05c10322f64fa9e1506b13a (patch)
treeaf75a9c5f96a059c5b15461ffca1e7daf0f92e6a /Library
parente3fe2704eb3f64c97d21938e67bff21318e17bcf (diff)
parent43d8b969dbadfeec53cc6f3734cffd77738bd118 (diff)
downloadbrew-224794c76188d675e05c10322f64fa9e1506b13a.tar.bz2
Merge pull request #984 from MikeMcQuaid/support-sierra
os/mac: officially support Sierra.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index 22e7305b9..ad8d474b8 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -29,7 +29,7 @@ module OS
def prerelease?
# TODO: bump version when new OS is released
- version >= "10.12"
+ version >= "10.13"
end
def outdated_release?