summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-27 23:40:59 +0200
committerPaul Buetow <paul@buetow.org>2025-10-27 23:40:59 +0200
commit70d61455ea5b8428197158d35544ca16ff954f23 (patch)
tree81cee03da0bfd26fa5d75455954293cd20778cbe
parentd79111374717a32404749568cfec377ae8a26c3f (diff)
doc fixv1.2.1
-rw-r--r--cmd/gogios/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gogios/main.go b/cmd/gogios/main.go
index d7fc20a..d223eb6 100644
--- a/cmd/gogios/main.go
+++ b/cmd/gogios/main.go
@@ -9,7 +9,7 @@ import (
"codeberg.org/snonux/gogios/internal"
)
-const versionStr = "v1.2.0"
+const versionStr = "v1.2.1"
func main() {
configFile := flag.String("cfg", "/etc/gogios.json", "The config file")