Skip to content

Commit 689a3f9

Browse files
committed
0.15.0
1 parent d87a72a commit 689a3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PACKAGE := github.com/markusressel/$(NAME)
88
GIT_REV ?= $(shell git rev-parse --short HEAD)
99
SOURCE_DATE_EPOCH ?= $(shell date +%s)
1010
DATE ?= $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ")
11-
VERSION ?= 0.14.0
11+
VERSION ?= 0.15.0
1212

1313
# Shared linker flags for all targets
1414
LDFLAGS := -w -s \

0 commit comments

Comments
 (0)