diff --git a/pkg/version/base.go b/pkg/version/base.go index 246c07ca9c5e6..6744fd19e4be2 100644 --- a/pkg/version/base.go +++ b/pkg/version/base.go @@ -51,7 +51,7 @@ var ( // semantic version is a git hash, but the version itself is no // longer the direct output of "git describe", but a slight // translation to be semver compliant. - gitVersion string = "v1.4.0-beta.5+$Format:%h$" + gitVersion string = "v1.4.0-beta.6+$Format:%h$" gitCommit string = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD) gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"