Skip to content
This repository was archived by the owner on Dec 5, 2017. It is now read-only.

Commit d0b4127

Browse files
committed
version 0.4.2
1 parent f6c50f9 commit d0b4127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/version/base.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ package version
3636
var (
3737
// TODO: Deprecate gitMajor and gitMinor, use only gitVersion instead.
3838
gitMajor string = "0" // major version, always numeric
39-
gitMinor string = "4.1" // minor version, numeric possibly followed by "+"
40-
gitVersion string = "v0.4.1" // version from git, output of $(git describe)
39+
gitMinor string = "4.2" // minor version, numeric possibly followed by "+"
40+
gitVersion string = "v0.4.2" // version from git, output of $(git describe)
4141
gitCommit string = "" // sha1 from git, output of $(git rev-parse HEAD)
4242
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
4343
)

0 commit comments

Comments
 (0)