From d6d5a66a1c087d2aedab49139bb6f0a53ba2f6f8 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 14:34:40 +0100 Subject: [PATCH] build: Bump version to v0.4 Signed-off-by: Rolf Neugebauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76493d5a0..a2c0d1275 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ default: bin/linuxkit bin/rtf all: default -VERSION="v0.3+" +VERSION="v0.4" GIT_COMMIT=$(shell git rev-list -1 HEAD) GO_COMPILE=linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79