Revert the newt version placeholder text

This commit is contained in:
Jonny Booker
2025-06-16 19:38:10 +01:00
parent 48cb0bf5a7
commit 7c971d278c

View File

@@ -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
}
}