diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-20 17:01:13 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-20 17:01:13 +0530 |
| commit | 8993343cc303d9ae56dc125d74f7b53d2865f436 (patch) | |
| tree | f7760022cf8e98d41db3b751b2d7de07212c3193 | |
| parent | 3cd7c3c025ef830b120057a872b16ecc975c2b62 (diff) | |
| -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" + |