summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-27 22:47:08 +0300
committerPaul Buetow <paul@buetow.org>2023-04-27 22:47:08 +0300
commit26e630fb1392727297f30d20cf941e9d0383889b (patch)
treece777dd50536f056fae5ccf49475577cd4865b8e /cmd
parent6bd0855109acd0b67099c0efb501b0ace9f6e91b (diff)
fix version string and owner in licv1.0.1
Diffstat (limited to 'cmd')
-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 3394e94..cd9ee31 100644
--- a/cmd/gogios/main.go
+++ b/cmd/gogios/main.go
@@ -9,7 +9,7 @@ import (
"codeberg.org/snonux/gogios/internal"
)
-const versionStr = "v0.0.0"
+const versionStr = "v1.0.1"
func main() {
configFile := flag.String("cfg", "/etc/gogios.json", "The config file")