brew.sh: bump hardcoded minor version.
This commit is contained in:
parent
586b35fe29
commit
37518c1b3a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user