aboutsummaryrefslogtreecommitdiffstats
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
parent7ddcfd4d6421473dca5e19b9f8aa227a52382ee3 (diff)
delete accidentally pushed binaryv1.7.1
-rw-r--r--.gitignore1
-rw-r--r--cmd/root.go2
-rwxr-xr-xguestbookbin15109353 -> 0 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..803f60a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/guestbook
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",
}
diff --git a/guestbook b/guestbook
deleted file mode 100755
index ae92034..0000000
--- a/guestbook
+++ /dev/null
Binary files differ