summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-10-01 09:34:12 +0200
committerMartin Polden <mpolden@mpolden.no>2021-10-01 09:34:12 +0200
commit7cf717277babeb516823580a654e2f4321bb4c39 (patch)
tree81e597020a3aa2fa04d2a9d6f422335f4184dd79
parente8f032cc4133fae1b9002a07709d0dd112ed4c73 (diff)
Fix TODO
-rw-r--r--client/go/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index a491287abfc..49b7c64f5e7 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -29,8 +29,7 @@ all: test checkfmt install
# $ git checkout vX.Y.Z
# $ make dist-homebrew
dist-homebrew: dist-version
-# TODO(mpolden): Remove --version=0 after next release
- brew bump-formula-pr --tag v$(VERSION) --version=0 vespa-cli
+ brew bump-formula-pr --tag v$(VERSION) vespa-cli
# Create a GitHub release draft for all platforms. Note that this only creates a
# draft, which is not publicly visible until it's explicitly published.