diff options
Diffstat (limited to 'Library/Homebrew')
| -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 8ec0b91de..8d6cce171 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -26,8 +26,8 @@ module OS end def prerelease? - # TODO: bump to version >= "8.2" after Xcode 8.1 is stable. - version >= "8.1" + # TODO: bump to version >= "8.3" after Xcode 8.2 is stable. + version >= "8.2" end def outdated? |
