summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-05-28 22:37:59 +0300
committerPaul Buetow <paul@buetow.org>2025-05-28 22:37:59 +0300
commit952cbe5d486926821c9e507bf833268eda70a299 (patch)
treeaba9e9eb612fc69dd3e5df6d18f267b53611802e
parent326a1faf9e2aad681c5886c18ab93ee1c99ae24d (diff)
bunp version
-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 cfcefe7..0ef9aa0 100644
--- a/cmd/gogios/main.go
+++ b/cmd/gogios/main.go
@@ -9,7 +9,7 @@ import (
"codeberg.org/snonux/gogios/internal"
)
-const versionStr = "v1.1.0"
+const versionStr = "v1.2.0-develop"
func main() {
configFile := flag.String("cfg", "/etc/gogios.json", "The config file")