aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-12-11 17:14:42 +0000
committerGitHub2017-12-11 17:14:42 +0000
commitf42d8acde3907b90ea32cef01445744288984a4c (patch)
tree3d5783978df17a7533eb6520bb2f9a29d840d307
parent57f30bc1d30aabc8e35969253080167e3a6842b8 (diff)
parent67a6c516061b2de7f22f484c0ee9bd16a291fdff (diff)
downloadbrew-f42d8acde3907b90ea32cef01445744288984a4c.tar.bz2
Merge pull request #3559 from MikeMcQuaid/git-describe-1.4.01.4.0
brew.sh: latest HOMEBREW_VERSION is 1.4.0
-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