Skip to content

Commit

Permalink
Merge pull request Homebrew#1455 from MikeMcQuaid/bump-minor-version
Browse files Browse the repository at this point in the history
brew.sh: bump hardcoded minor version.
  • Loading branch information
MikeMcQuaid committed Nov 7, 2016
2 parents 586b35f + 37518c1 commit b7abd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0 (no git repository)"
HOMEBREW_VERSION=">1.1.0 (no git repository)"
HOMEBREW_USER_AGENT_VERSION="1.X.Y"
fi

Expand Down

0 comments on commit b7abd33

Please sign in to comment.