From 129192e6a8f392aa388f8885bed3bc03456b26a9 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Sun, 10 Sep 2023 20:31:01 +0200 Subject: [PATCH] 0.8.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 121c94c..005ee1a 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.8.0 +VERSION ?= 0.8.1 test: ## Run all tests @go clean --testcache && go test -v ./...