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 6b2d09c commit 6eb26e2Copy full SHA for 6eb26e2
Makefile
@@ -1,7 +1,7 @@
1
2
OWNER := dnitsch
3
NAME := configmanager
4
-VERSION := v0.7.0
+VERSION := v0.7.1
5
REVISION := $(shell git rev-parse --short HEAD)
6
7
LDFLAGS := -ldflags="-s -w -X \"github.com/$(OWNER)/$(NAME)/cmd/configmanager.Version=$(VERSION)\" -X \"github.com/$(OWNER)/$(NAME)/cmd/configmanager.Revision=$(REVISION)\" -extldflags -static"
0 commit comments