summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--cmd/gogios/main.go2
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) <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")