diff --git a/compute_endpoint/packaging/JenkinsFile b/compute_endpoint/packaging/JenkinsFile index 8b828856b..a17b1cd46 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.0a0" env.DEFAULT_BRANCH = "build_for_stable" dir("compute_endpoint/packaging/") {