From 67a6c516061b2de7f22f484c0ee9bd16a291fdff Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 11 Dec 2017 16:43:11 +0000 Subject: [PATCH] brew.sh: latest HOMEBREW_VERSION is 1.4.0 --- Library/Homebrew/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index 795ddcc4d9..ef024cb53e 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