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"
2018-10-30 10:46:47 -07:00
gitVersion = "v1.12.2-lite1"
gitCommit = "44905551dd08ce1e656c9e07c4a5d90627f01774"
2018-10-23 22:41:37 -07:00
gitTreeState = "clean"
2018-10-30 10:46:47 -07:00
buildDate = "2018-10-30T18:28+00:00Z"
2017-11-10 21:44:49 -07:00
)