1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-26 07:22:19 +00:00
Files
steve/vendor/k8s.io/client-go/pkg/version/base.go

11 lines
212 B
Go
Raw Normal View History

2019-08-04 10:41:32 -07:00
package version
var (
2019-09-09 14:28:29 -07:00
gitMajor = "1"
gitMinor = "15"
gitVersion = "v1.15.3-k3s.3"
gitCommit = "cfb8c4b418f2a9ccdcd3029bf49400753678592b"
gitTreeState = "clean"
buildDate = "2019-09-05T19:27+00:00Z"
2019-08-04 10:41:32 -07:00
)