From 649598cf94a469cae1e8b948e1fb43fe4632075e Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 5 Apr 2018 21:19:31 +0100 Subject: [PATCH] build: Bump version to v0.3+ Signed-off-by: Rolf Neugebauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2955629fa..ea412983c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ default: bin/linuxkit bin/rtf all: default -VERSION="v0.3" +VERSION="v0.3+" GIT_COMMIT=$(shell git rev-list -1 HEAD) GO_COMPILE=linuxkit/go-compile:2940a8141d907c2976be15f201f6e9b7c4c1f931