aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2026-07-20 16:15:53 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2026-07-20 16:15:53 +0530
commit39fd4acbd3cb9a66d87d6ab00f563e37528d338c (patch)
tree1bda0c8f6c3f35ef64cb5c80c601aa128cf5d502 /cmd
parent7ddcfd4d6421473dca5e19b9f8aa227a52382ee3 (diff)
delete accidentally pushed binaryv1.7.1
Diffstat (limited to 'cmd')
-rw-r--r--cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/root.go
index b3b8395..8ecd915 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -27,7 +27,7 @@ import (
var rootCmd = &cobra.Command{
Use: "guestbook",
- Version: "v1.7.0",
+ Version: "v1.7.1",
Short: "Standalone guestbook server for static websites",
Long: "Standalone guestbook server for static websites",
}