Skip to content

Commit 4631d1d

Browse files
committed
Kubernetes version v1.7.10-beta.0 file updates
1 parent 7f63532 commit 4631d1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkg/version/base.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ var (
3939
// them irrelevant. (Next we'll take it out, which may muck with
4040
// scripts consuming the kubectl version output - but most of
4141
// these should be looking at gitVersion already anyways.)
42-
gitMajor string = "1" // major version, always numeric
43-
gitMinor string = "7" // minor version, numeric possibly followed by "+"
42+
gitMajor string = "1" // major version, always numeric
43+
gitMinor string = "7+" // minor version, numeric possibly followed by "+"
4444

4545
// semantic version, derived by build scripts (see
4646
// https://github.com/kubernetes/kubernetes/blob/master/docs/design/versioning.md
@@ -51,7 +51,7 @@ var (
5151
// semantic version is a git hash, but the version itself is no
5252
// longer the direct output of "git describe", but a slight
5353
// translation to be semver compliant.
54-
gitVersion string = "v1.7.9+$Format:%h$"
54+
gitVersion string = "v1.7.10-beta.0+$Format:%h$"
5555
gitCommit string = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)
5656
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
5757

staging/src/k8s.io/client-go/pkg/version/base.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ var (
3939
// them irrelevant. (Next we'll take it out, which may muck with
4040
// scripts consuming the kubectl version output - but most of
4141
// these should be looking at gitVersion already anyways.)
42-
gitMajor string = "1" // major version, always numeric
43-
gitMinor string = "7" // minor version, numeric possibly followed by "+"
42+
gitMajor string = "1" // major version, always numeric
43+
gitMinor string = "7+" // minor version, numeric possibly followed by "+"
4444

4545
// semantic version, derived by build scripts (see
4646
// https://github.com/kubernetes/kubernetes/blob/master/docs/design/versioning.md
@@ -51,7 +51,7 @@ var (
5151
// semantic version is a git hash, but the version itself is no
5252
// longer the direct output of "git describe", but a slight
5353
// translation to be semver compliant.
54-
gitVersion string = "v1.7.9+$Format:%h$"
54+
gitVersion string = "v1.7.10-beta.0+$Format:%h$"
5555
gitCommit string = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)
5656
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
5757

0 commit comments

Comments
 (0)