From 790a113371ec6cdab38a29c18c835726054e4f78 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 3 May 2017 12:10:25 +0100 Subject: [PATCH] brew.sh: >v1.2.0 now. --- 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 011f643dc2..02ce5e1c15 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