Skip to content

Commit b7abd33

Browse files
authored
Merge pull request #1455 from MikeMcQuaid/bump-minor-version
brew.sh: bump hardcoded minor version.
2 parents 586b35f + 37518c1 commit b7abd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/brew.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ HOMEBREW_VERSION="$(git -C "$HOMEBREW_REPOSITORY" describe --tags --dirty 2>/dev
22
HOMEBREW_USER_AGENT_VERSION="$HOMEBREW_VERSION"
33
if [[ -z "$HOMEBREW_VERSION" ]]
44
then
5-
HOMEBREW_VERSION=">1.0.0 (no git repository)"
5+
HOMEBREW_VERSION=">1.1.0 (no git repository)"
66
HOMEBREW_USER_AGENT_VERSION="1.X.Y"
77
fi
88

0 commit comments

Comments
 (0)