From 2880a78eda31a227c116fa15882fca561f946385 Mon Sep 17 00:00:00 2001 From: Rolson Quadras Date: Wed, 29 Jan 2020 14:17:47 -0500 Subject: [PATCH] chore: Update release flag to true for 0.1.1 release Signed-off-by: Rolson Quadras --- ci/version_var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/version_var.sh b/ci/version_var.sh index 0957d863f..0c57fee24 100644 --- a/ci/version_var.sh +++ b/ci/version_var.sh @@ -6,7 +6,7 @@ # Release Parameters BASE_VERSION=0.1.1 -IS_RELEASE=false +IS_RELEASE=true ARCH=$(go env GOARCH)