Commit 99a8bca5 authored by Brian Downs's avatar Brian Downs

remove hard coded value

parent 538842ff
......@@ -4,7 +4,7 @@ import "strings"
var (
Program = "k3s"
ProgramUpper = strings.ToUpper("k3s")
ProgramUpper = strings.ToUpper(Program)
Version = "dev"
GitCommit = "HEAD"
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment