diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-27 22:47:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-27 22:47:08 +0300 |
| commit | 26e630fb1392727297f30d20cf941e9d0383889b (patch) | |
| tree | ce777dd50536f056fae5ccf49475577cd4865b8e | |
| parent | 6bd0855109acd0b67099c0efb501b0ace9f6e91b (diff) | |
fix version string and owner in licv1.0.1
| -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") |
