From 349a299198553582c7e1987935eda85a8cb1c577 Mon Sep 17 00:00:00 2001 From: Ceyhun Onur Date: Fri, 20 Sep 2024 11:07:23 -0400 Subject: [PATCH] use branch commit for ava version --- scripts/versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/versions.sh b/scripts/versions.sh index e76d3bbad6..38abad91f9 100644 --- a/scripts/versions.sh +++ b/scripts/versions.sh @@ -4,7 +4,7 @@ # shellcheck disable=SC2034 # Don't export them as they're used in the context of other calls -AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.11.11'} +AVALANCHE_VERSION=${AVALANCHE_VERSION:-'17539503'} GINKGO_VERSION=${GINKGO_VERSION:-'v2.2.0'} # This won't be used, but it's here to make code syncs easier