From 6acfc74a65b8964c902a968a29af66b3db35c3d8 Mon Sep 17 00:00:00 2001 From: maddalax Date: Fri, 1 Nov 2024 07:57:30 -0500 Subject: [PATCH] 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 bf6eaee..3f799a8 100644 --- a/cli/htmgo/runner.go +++ b/cli/htmgo/runner.go @@ -18,7 +18,7 @@ import ( "strings" ) -const version = "1.0.3" +const version = "1.0.4" func main() { needsSignals := true