1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-23 12:09:01 +00:00
Files
norman/vendor/k8s.io/client-go/pkg/version/base.go

11 lines
213 B
Go
Raw Normal View History

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