summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-19 21:16:18 +0300
committerPaul Buetow <paul@buetow.org>2024-10-19 21:16:18 +0300
commit85324b19f0451f067d792ac642e6e92ee163a168 (patch)
treeb6cdaf69552a778fecbe1120ac922550cd31899b
parent618db359c2da37f513624cab87948d9be6155bf9 (diff)
-rw-r--r--cmd/gos/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gos/main.go b/cmd/gos/main.go
index d77cd3d..6e032a3 100644
--- a/cmd/gos/main.go
+++ b/cmd/gos/main.go
@@ -15,7 +15,7 @@ import (
"codeberg.org/snonux/gos/internal/config"
)
-const versionStr = "v0.0.0"
+const versionStr = "v0.0.1"
func main() {
dry := flag.Bool("dry", false, "Dry run")