diff --git a/compute_endpoint/packaging/JenkinsFile b/compute_endpoint/packaging/JenkinsFile index 467149d76..1c35ea1e8 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.26.0" + env.TAG_NAME = "v2.27.0" env.DEFAULT_BRANCH = "build_for_stable" dir("compute_endpoint/packaging/") {