Skip to content

Commit 129192e

Browse files
committed
0.8.1
1 parent 4108974 commit 129192e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PACKAGE := github.com/markusressel/$(NAME)
55
GIT_REV ?= $(shell git rev-parse --short HEAD)
66
SOURCE_DATE_EPOCH ?= $(shell date +%s)
77
DATE ?= $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ")
8-
VERSION ?= 0.8.0
8+
VERSION ?= 0.8.1
99

1010
test: ## Run all tests
1111
@go clean --testcache && go test -v ./...

0 commit comments

Comments
 (0)