diff --git a/.github/workflows/version_var.sh b/.github/workflows/version_var.sh index ff8d12e65..dad2c0633 100644 --- a/.github/workflows/version_var.sh +++ b/.github/workflows/version_var.sh @@ -5,7 +5,7 @@ # # Release Parameters -BASE_VERSION=0.1.9 +BASE_VERSION=0.2.0 IS_RELEASE=false ARCH=$(go env GOARCH)