aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-05-03 12:10:25 +0100
committerMike McQuaid2017-05-03 12:10:25 +0100
commit790a113371ec6cdab38a29c18c835726054e4f78 (patch)
tree702513c311a4f5e4359abfc976732a7e5bd35123 /Library
parenta25cd9d8baf3e40d0dad155c27565e602ebb5a64 (diff)
downloadbrew-790a113371ec6cdab38a29c18c835726054e4f78.tar.bz2
brew.sh: >v1.2.0 now.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh
index 011f643dc..02ce5e1c1 100644
--- a/Library/Homebrew/brew.sh
+++ b/Library/Homebrew/brew.sh
@@ -2,7 +2,7 @@ HOMEBREW_VERSION="$(git -C "$HOMEBREW_REPOSITORY" describe --tags --dirty 2>/dev
HOMEBREW_USER_AGENT_VERSION="$HOMEBREW_VERSION"
if [[ -z "$HOMEBREW_VERSION" ]]
then
- HOMEBREW_VERSION=">1.1.0 (no git repository)"
+ HOMEBREW_VERSION=">1.2.0 (no git repository)"
HOMEBREW_USER_AGENT_VERSION="1.X.Y"
fi