1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-23 03:59:29 +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"
2018-10-24 16:27:58 -07:00
gitVersion = "v1.12.1-lite7"
gitCommit = "b5d55f02488df0daa1399df41777aeeeaa36eabb"
2018-10-23 22:41:37 -07:00
gitTreeState = "clean"
2018-10-24 16:27:58 -07:00
buildDate = "2018-10-24T23:26+00:00Z"
2018-10-23 22:41:37 -07:00
)