aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-12-11 16:43:11 +0000
committerMike McQuaid2017-12-11 16:43:11 +0000
commit67a6c516061b2de7f22f484c0ee9bd16a291fdff (patch)
treed43db27602d373cff89c73649bdad01b92dc4c33 /Library
parent236e884511495f466c766b2913cde66099a26e1c (diff)
downloadbrew-67a6c516061b2de7f22f484c0ee9bd16a291fdff.tar.bz2
brew.sh: latest HOMEBREW_VERSION is 1.4.0
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 795ddcc4d..ef024cb53 100644
--- a/Library/Homebrew/brew.sh
+++ b/Library/Homebrew/brew.sh
@@ -23,7 +23,7 @@ HOMEBREW_VERSION="$(git -C "$HOMEBREW_REPOSITORY" describe --tags --dirty --abbr
HOMEBREW_USER_AGENT_VERSION="$HOMEBREW_VERSION"
if [[ -z "$HOMEBREW_VERSION" ]]
then
- HOMEBREW_VERSION=">1.2.0 (shallow or no git repository)"
+ HOMEBREW_VERSION=">=1.4.0 (shallow or no git repository)"
HOMEBREW_USER_AGENT_VERSION="1.X.Y"
fi