k3s/vendor/k8s.io/client-go/pkg/version/base.go
Brad Davidson 1d4adb0301 Update Kubernetes to v1.20.2-k3s1
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-01-13 21:31:53 -08:00

11 lines
208 B
Go

package version
var (
gitMajor = "1"
gitMinor = "20"
gitVersion = "v1.20.2-k3s1"
gitCommit = "426bcc7128ac615e92181e084eafdef3b0206d76"
gitTreeState = "clean"
buildDate = "2021-01-13T19:38:13Z"
)