bump Homebrew version to 0.9.8

So we can know whether a Homebrew installation is pre or post
core/formula separation.

Will update to 0.9.9 when moving core code to new repo.
This commit is contained in:
Xu Cheng 2016-03-06 15:15:49 +08:00
parent 5560f5550d
commit 1084b53d52

View File

@ -1,4 +1,4 @@
HOMEBREW_VERSION="0.9.5"
HOMEBREW_VERSION="0.9.8"
odie() {
if [[ -t 2 ]] # check whether stderr is a tty.