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 b8d1fee commit a4c2911Copy full SHA for a4c2911
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.2.5"
+TAG ?= "v0.2.6"
12
GOARCH ?= amd64
13
GOOS ?= linux
14
0 commit comments