k3s/vendor/k8s.io/client-go/pkg/version/base.go
Brad Davidson 698cd2373f Update to v1.19.1-k3s1
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2020-09-09 11:32:29 -07:00

11 lines
208 B
Go

package version
var (
gitMajor = "1"
gitMinor = "19"
gitVersion = "v1.19.1-k3s1"
gitCommit = "bd7c377ec90a6d31417b70e58c4eaea74ea671ef"
gitTreeState = "clean"
buildDate = "2020-09-09T17:25:04Z"
)