Skip to content

Commit dd77142

Browse files
committed
0.8.0
1 parent 92d1496 commit dd77142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
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.7.0
8+
VERSION ?= 0.8.0
99

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

0 commit comments

Comments
 (0)