diff --git a/src/install_homebrew.sh b/src/install_homebrew.sh index 10602b1..36729e9 100755 --- a/src/install_homebrew.sh +++ b/src/install_homebrew.sh @@ -22,7 +22,7 @@ set -x # Global variables ################################################################################ # renovate: datasource=git-tags depName=https://github.com/Homebrew/brew versioning=semver -HOMEBREW_VERSION='2.4.7' +HOMEBREW_VERSION='2.5.7' ################################################################################ # Functions