aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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?