aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2016-03-06 15:15:49 +0800
committerXu Cheng2016-04-02 21:51:36 +0800
commit1084b53d520605603f8b1fce4323978dad652d09 (patch)
tree530a66740e67b4e85595538c9881424f363ed879 /Library
parent5560f5550d6692178e3bbce94e5dacdba192cd55 (diff)
downloadbrew-1084b53d520605603f8b1fce4323978dad652d09.tar.bz2
bump Homebrew version to 0.9.80.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.
Diffstat (limited to 'Library')
-rw-r--r--Library/brew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/brew.sh b/Library/brew.sh
index 157f52ace..8420e3e81 100644
--- a/Library/brew.sh
+++ b/Library/brew.sh
@@ -1,4 +1,4 @@
-HOMEBREW_VERSION="0.9.5"
+HOMEBREW_VERSION="0.9.8"
odie() {
if [[ -t 2 ]] # check whether stderr is a tty.