Skip to content

Commit b4474bc

Browse files
committed
fix: add new version with path expression lookup
1 parent 4ade212 commit b4474bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
OWNER := dnitsch
33
NAME := configmanager
4-
GIT_TAG := "1.15.0"
5-
VERSION := "v1.15.0"
4+
GIT_TAG := "1.16.0"
5+
VERSION := "v1.16.0"
66
# VERSION := "$(shell git describe --tags --abbrev=0)"
77
REVISION := $(shell git rev-parse --short HEAD)
88

0 commit comments

Comments
 (0)