Merge pull request #3814 from chrislovecnm/fixing-bazel-kops-version

Automatic merge from submit-queue.

updating bazel build version
This commit is contained in:
Kubernetes Submit Queue 2017-11-09 21:37:15 -08:00 committed by GitHub
commit ebef6beda1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ go_binary(
library = ":go_default_library",
visibility = ["//visibility:public"],
x_defs = {
"k8s.io/kops.Version": "1.8.0-alpha.1", # keep
"k8s.io/kops.Version": "1.8.0-beta.1", # keep
"k8s.io/kops.GitVersion": "{BUILD_SCM_REVISION}", # keep
},
)