We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487c7e8 commit c2c749bCopy full SHA for c2c749b
Makefile
@@ -8,7 +8,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
8
GOPKGS = $(shell go list ./... | grep -v /vendor/)
9
BUILD_FLAGS ?=
10
LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION) -w -s
11
-TAG ?= "v0.0.6"
+TAG ?= "v0.0.7"
12
GOARCH ?= amd64
13
GOOS ?= linux
14
0 commit comments