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)