fix: available hardcoded K3s version

pull/881/head
iwilltry42 3 years ago
parent 25ec400c49
commit 0bbb5b9f92
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 2
      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 {

Loading…
Cancel
Save