diff options
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | cmd/gogios/main.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) <year> <owner>. +Copyright (c) 2023 Paul Buetow. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 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") |
