We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479e814 commit 36b8ebeCopy full SHA for 36b8ebe
Makefile
@@ -5,7 +5,7 @@ PACKAGE := github.com/markusressel/$(NAME)
5
GIT_REV ?= $(shell git rev-parse --short HEAD)
6
SOURCE_DATE_EPOCH ?= $(shell date +%s)
7
DATE ?= $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ")
8
-VERSION ?= 0.6.0
+VERSION ?= 0.6.1
9
10
test: ## Run all tests
11
@go clean --testcache && go test -v ./...
0 commit comments