From db5f67b7877a574c918a1103cf9b6a2855ea10f5 Mon Sep 17 00:00:00 2001 From: Venkata Gunapati Date: Thu, 18 Mar 2021 21:11:37 -0700 Subject: [PATCH] Release/v0.13 (#81) Signed-off-by: Venkata Gunapati --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44f6c12..806ba19 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TEST_PATH=./ BUILD=docker build --target RUN=docker run --rm -it -VERSION=v0.13-dev +VERSION=v0.13 GIT_TAG=$(shell git rev-parse --short HEAD) ifeq (${DOCKER_PUSH},true)