From 7c971d278ce7c3fe0d96da3c2be9e992f4488e2a Mon Sep 17 00:00:00 2001 From: Jonny Booker <1131478+JonnyBooker@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:38:10 +0100 Subject: [PATCH] Revert the newt version placeholder text --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}