Skip to content

Commit 6b2d09c

Browse files
committed
fix: bump version
1 parent 49d8b41 commit 6b2d09c

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.6.3
4+
VERSION := v0.7.0
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)