updating bazel build version

This commit is contained in:
chrislovecnm 2017-11-09 14:29:48 -07:00
parent 760d58ea04
commit a3a633457f
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
},
)