diff options
| author | Paul Buetow <paul@buetow.org> | 2023-06-01 21:55:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-06-01 21:55:33 +0300 |
| commit | 9ecc857cf39c8d110da9a0c99830d2a0d15efed8 (patch) | |
| tree | ebc2607e663d97b3cd3594ef80255dd015e01067 | |
| parent | 0abc740292463d29c1d28e74ec1967864746a2c1 (diff) | |
bump version str
| -rw-r--r-- | cmd/gogios/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gogios/main.go b/cmd/gogios/main.go index cd9ee31..715a2a5 100644 --- a/cmd/gogios/main.go +++ b/cmd/gogios/main.go @@ -9,7 +9,7 @@ import ( "codeberg.org/snonux/gogios/internal" ) -const versionStr = "v1.0.1" +const versionStr = "v1.0.3" func main() { configFile := flag.String("cfg", "/etc/gogios.json", "The config file") |
