1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-22 11:39:49 +00:00
Files
norman/vendor/k8s.io/kubernetes/pkg/version/base.go

11 lines
213 B
Go
Raw Normal View History

2018-10-23 22:41:37 -07:00
package version
var (
gitMajor = "1"
gitMinor = "12"
gitVersion = "v1.12.1-lite5"
gitCommit = "720ebdc505688ceea8c452397d80a917a9e96bcd"
gitTreeState = "clean"
buildDate = "2018-10-24T05:26+00:00Z"
)