diff --git a/distribution/install.sh b/distribution/install.sh index b1c5f8f8ba18f..c01d62ff496d8 100755 --- a/distribution/install.sh +++ b/distribution/install.sh @@ -12,7 +12,7 @@ set -u # If PACKAGE_ROOT is unset or empty, default it. PACKAGE_ROOT="${PACKAGE_ROOT:-"https://packages.timber.io/vector"}" -VECTOR_VERSION="0.11.1" +VECTOR_VERSION="0.12.0" _divider="--------------------------------------------------------------------------------" _prompt=">>>" _indent=" "