From 257def3b5351ea6140cc25bb9846b64f2731d5f8 Mon Sep 17 00:00:00 2001 From: maddalax Date: Tue, 12 Nov 2024 08:55:35 -0600 Subject: [PATCH] up cli version --- cli/htmgo/runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/htmgo/runner.go b/cli/htmgo/runner.go index 3f799a8..2b8a7e0 100644 --- a/cli/htmgo/runner.go +++ b/cli/htmgo/runner.go @@ -18,7 +18,7 @@ import ( "strings" ) -const version = "1.0.4" +const version = "1.0.5" func main() { needsSignals := true