aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/root.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-06 22:36:12 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-06 22:36:12 +0530
commitb5053e0efa641ecf56550d7e7d4dd19f1f939550 (patch)
tree89ec5a7be77ce1992b1a856547eac392a7209c92 /cmd/root.go
parentb7456729caa465b74f0cc094ea85fb70488ef196 (diff)
Replacing \n with <br> in dumpv1.2.0
Diffstat (limited to 'cmd/root.go')
-rw-r--r--cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 2d1e63d..18a1520 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -27,7 +27,7 @@ import (
var rootCmd = &cobra.Command{
Use: "guestbook",
- Version: "v1.0.0",
+ Version: "v1.2.0",
Short: "Standalone guestbook server for static websites",
Long: "Standalone guestbook server for static websites",
}