From 170687d1f1f09ae86b07875a58dce2e608693cca Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Fri, 6 Sep 2024 14:02:05 -0700 Subject: [PATCH] Bump version in distribution too Signed-off-by: Jesse Szwedko --- distribution/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/install.sh b/distribution/install.sh index b1298945c8d58..be6b9e7293401 100755 --- a/distribution/install.sh +++ b/distribution/install.sh @@ -13,7 +13,7 @@ set -u # If PACKAGE_ROOT is unset or empty, default it. PACKAGE_ROOT="${PACKAGE_ROOT:-"https://packages.timber.io/vector"}" # If VECTOR_VERSION is unset or empty, default it. -VECTOR_VERSION="${VECTOR_VERSION:-"0.40.1"}" +VECTOR_VERSION="${VECTOR_VERSION:-"0.40.2"}" _divider="--------------------------------------------------------------------------------" _prompt=">>>" _indent=" "