diff --git a/main.go b/main.go index ffa539c..6622999 100644 --- a/main.go +++ b/main.go @@ -406,7 +406,7 @@ func main() { flag.Parse() - newtVersion := "Newt version JB wip" + newtVersion := "Newt version replaceme" if *version { fmt.Println(newtVersion) os.Exit(0) @@ -892,4 +892,4 @@ func executeUpdownScript(action, proto, target string) (string, error) { } return target, nil -} \ No newline at end of file +}