diff --git a/version/version.go b/version/version.go index b0c8cc0d..eee18c79 100644 --- a/version/version.go +++ b/version/version.go @@ -38,7 +38,7 @@ var Version string var HelperVersionOverride string // K3sVersion should contain the latest version tag of k3s (hardcoded at build time) -var K3sVersion = "v1.21.4-k3s2" +var K3sVersion = "v1.21.7-k3s1" // GetVersion returns the version for cli, it gets it from "git describe --tags" or returns "dev" when doing simple go build func GetVersion() string {