aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2026-07-20 17:01:13 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2026-07-20 17:01:13 +0530
commit8993343cc303d9ae56dc125d74f7b53d2865f436 (patch)
treef7760022cf8e98d41db3b751b2d7de07212c3193
parent3cd7c3c025ef830b120057a872b16ecc975c2b62 (diff)
bug fix: dump and del commands not reading default guestbook nameHEADv1.7.4master
-rw-r--r--cmd/0_root.go (renamed from cmd/root.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/0_root.go
index 9a2a122..6ea8d34 100644
--- a/cmd/root.go
+++ b/cmd/0_root.go
@@ -27,7 +27,7 @@ import (
var rootCmd = &cobra.Command{
Use: "guestbook",
- Version: "v1.7.3",
+ Version: "v1.7.4",
Short: "Standalone guestbook server for static websites",
Long: "guestbook - Standalone guestbook server for static websites\n" +
"Copyright (C) 2025-2026 Vidhu Kant Sharma <vidhukant@vidhukant.com>\n" +