Skip to content

Commit 25d06eb

Browse files
committed
fix: bump versions
1 parent e1324f5 commit 25d06eb

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.2
4+
VERSION := v0.6.3
55
REVISION := $(shell git rev-parse --short HEAD)
66

77
LDFLAGS := -ldflags="-s -w -X \"github.com/$(OWNER)/$(NAME)/cmd.Version=$(VERSION)\" -X \"github.com/$(OWNER)/$(NAME)/cmd.Revision=$(REVISION)\" -extldflags -static"

0 commit comments

Comments
 (0)