diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 647515a17..c03b91f21 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -28,8 +28,8 @@ module OS end def prerelease? - # TODO: bump to version >= "8.1" after Xcode 8.0 is stable. - version > "7.3.1" + # TODO: bump to version >= "8.2" after Xcode 8.1 is stable. + version >= "8.1" end def outdated? |
