From 88afbcae159a4c193b8d85d9412b158382e4efdf Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 10 Jul 2018 18:32:57 +0100 Subject: [PATCH] build: Bump version to v0.5 Signed-off-by: Rolf Neugebauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f58500c17..9ba565601 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION="v0.4+" +VERSION="v0.5" GIT_COMMIT=$(shell git rev-list -1 HEAD) GO_COMPILE=linuxkit/go-compile:49a2e8f8672ca95ad0159eebcc631773503465c1