From b1fbe407129fa8c4215c3d79997068c2ac0accb7 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 10 May 2020 15:24:58 +0100 Subject: [PATCH] tool: Bump version to v0.8 Signed-off-by: Rolf Neugebauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f69714e00..e9e570162 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION="v0.7+" +VERSION="v0.8" GIT_COMMIT=$(shell git rev-list -1 HEAD) GO_COMPILE=linuxkit/go-compile:b1446b2ba407225011f97ae1dba0f512ae7f9b84