summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-11-07 23:16:57 +0200
committerPaul Buetow <paul@buetow.org>2023-11-07 23:16:57 +0200
commit50326b808865ed27df587a2b49a012c0339fb998 (patch)
treed3bc89c22d88256555926adf9b01aad826214cc9 /cmd
parent314aa39afda105969567c4f95b07147f372fcf98 (diff)
add notifier package
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gorum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gorum/main.go b/cmd/gorum/main.go
index 80827e9..9cb74c7 100644
--- a/cmd/gorum/main.go
+++ b/cmd/gorum/main.go
@@ -11,7 +11,7 @@ import (
"codeberg.org/snonux/gorum/internal"
)
-const versionStr = "v0.0.3"
+const versionStr = "v0.0.4"
func main() {
configFile := flag.String("cfg", "/etc/gorum.json", "The config file")