Skip to content

Commit

Permalink
Merge pull request #3814 from chrislovecnm/fixing-bazel-kops-version
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

updating bazel build version
  • Loading branch information
Kubernetes Submit Queue committed Nov 10, 2017
2 parents c6071f3 + a3a6334 commit ebef6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kops/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
)
Expand Down

0 comments on commit ebef6be

Please sign in to comment.