diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-28 22:37:59 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-28 22:37:59 +0300 |
| commit | 952cbe5d486926821c9e507bf833268eda70a299 (patch) | |
| tree | aba9e9eb612fc69dd3e5df6d18f267b53611802e | |
| parent | 326a1faf9e2aad681c5886c18ab93ee1c99ae24d (diff) | |
bunp version
| -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 cfcefe7..0ef9aa0 100644 --- a/cmd/gogios/main.go +++ b/cmd/gogios/main.go @@ -9,7 +9,7 @@ import ( "codeberg.org/snonux/gogios/internal" ) -const versionStr = "v1.1.0" +const versionStr = "v1.2.0-develop" func main() { configFile := flag.String("cfg", "/etc/gogios.json", "The config file") |
