We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 586b35f + 37518c1 commit b7abd33Copy full SHA for b7abd33
Library/Homebrew/brew.sh
@@ -2,7 +2,7 @@ HOMEBREW_VERSION="$(git -C "$HOMEBREW_REPOSITORY" describe --tags --dirty 2>/dev
2
HOMEBREW_USER_AGENT_VERSION="$HOMEBREW_VERSION"
3
if [[ -z "$HOMEBREW_VERSION" ]]
4
then
5
- HOMEBREW_VERSION=">1.0.0 (no git repository)"
+ HOMEBREW_VERSION=">1.1.0 (no git repository)"
6
HOMEBREW_USER_AGENT_VERSION="1.X.Y"
7
fi
8
0 commit comments