Skip to content

Commit

Permalink
fix: available hardcoded K3s version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Dec 7, 2021
1 parent 25ec400 commit 0bbb5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0bbb5b9

Please sign in to comment.