From 26e630fb1392727297f30d20cf941e9d0383889b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 27 Apr 2023 22:47:08 +0300 Subject: fix version string and owner in lic --- LICENSE | 2 +- cmd/gogios/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ea890af..7ff7fda 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) . +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") -- cgit v1.2.3