From 1172e3d85802ef4e49683e390dc1235481c850b5 Mon Sep 17 00:00:00 2001 From: Joshua Bryan Date: Fri, 12 Jul 2024 14:07:35 -0500 Subject: [PATCH] Bumping tag for v2.24.0 --- compute_endpoint/packaging/JenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute_endpoint/packaging/JenkinsFile b/compute_endpoint/packaging/JenkinsFile index 8b828856b..49406509b 100644 --- a/compute_endpoint/packaging/JenkinsFile +++ b/compute_endpoint/packaging/JenkinsFile @@ -29,7 +29,7 @@ pipeline { // temporary hack to build for stable sh "git checkout build_for_stable" - env.TAG_NAME = "v2.23.0" + env.TAG_NAME = "v2.24.0" env.DEFAULT_BRANCH = "build_for_stable" dir("compute_endpoint/packaging/") {