aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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