From fd0d23a85398bc44b2f9898bbced272d6326f683 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Sat, 21 May 2022 12:51:22 +0200 Subject: [PATCH] 0.7.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./...