Skip to content

Commit 6eb26e2

Browse files
committed
fix: bump version for release
1 parent 6b2d09c commit 6eb26e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
OWNER := dnitsch
33
NAME := configmanager
4-
VERSION := v0.7.0
4+
VERSION := v0.7.1
55
REVISION := $(shell git rev-parse --short HEAD)
66

77
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

Comments
 (0)