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
Darren Shepherd 426d985fea Update vendor
2018-10-23 22:48:26 -07:00

11 lines
213 B
Go

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