From fadff0a55e9d9dd2d3383dfdfdcb41cb9a36e038 Mon Sep 17 00:00:00 2001 From: Firas Qutishat Date: Wed, 29 Jan 2020 15:41:42 -0500 Subject: [PATCH] chore: Complete Release 0.1.1 closes #39 Signed-off-by: Firas Qutishat --- ci/version_var.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/version_var.sh b/ci/version_var.sh index 7ae0e1d1..b33cf2bd 100644 --- a/ci/version_var.sh +++ b/ci/version_var.sh @@ -7,8 +7,8 @@ # Release Parameters -BASE_VERSION=0.1.1 -IS_RELEASE=true +BASE_VERSION=0.1.2 +IS_RELEASE=false ARCH=$(go env GOARCH)