From dcd2adc5c3ea16b789e46dccf67fe7ecf8556476 Mon Sep 17 00:00:00 2001 From: Venkata Gunapati Date: Fri, 9 Aug 2019 23:13:02 -0700 Subject: [PATCH] Bump version to v0.9-dev (#49) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1419f03..6a2c508 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TEST_PATH=./ BUILD=docker build --target RUN=docker run --rm -it -VERSION=v0.8 +VERSION=v0.9-dev GIT_TAG=$(shell git rev-parse --short HEAD) ifeq (${DOCKER_PUSH},true)