Skip to content

Commit

Permalink
fixing k3s name
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantmunjal7 committed Sep 13, 2024
1 parent 34892a9 commit 6bed3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
import "strings"

var (
Program = "k3s(temp)"
Program = "k3s"
ProgramUpper = strings.ToUpper(Program)
Version = "dev"
GitCommit = "HEAD"
Expand Down

0 comments on commit 6bed3a7

Please sign in to comment.