diff --git a/Makefile b/Makefile index c97148e..818597b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PACKAGE := github.com/markusressel/$(NAME) GIT_REV ?= $(shell git rev-parse --short HEAD) SOURCE_DATE_EPOCH ?= $(shell date +%s) DATE ?= $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ") -VERSION ?= 0.6.2 +VERSION ?= 0.7.0 test: ## Run all tests @go clean --testcache && go test -v ./...