diff options
| author | Paul Buetow <paul@buetow.org> | 2023-11-07 23:16:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-11-07 23:16:57 +0200 |
| commit | 50326b808865ed27df587a2b49a012c0339fb998 (patch) | |
| tree | d3bc89c22d88256555926adf9b01aad826214cc9 /cmd | |
| parent | 314aa39afda105969567c4f95b07147f372fcf98 (diff) | |
add notifier package
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gorum/main.go | 2 |
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") |
