aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/root.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-06 23:35:53 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-06 23:35:53 +0530
commit018657a5290f8d53402379f84367ef0391e8d1a8 (patch)
treee4e712b4540db2cb893092ada806988a8f9ecb5b /cmd/root.go
parentb5053e0efa641ecf56550d7e7d4dd19f1f939550 (diff)
Doing the \n to <br> replacement inside serve, not dumpv1.3.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 18a1520..e731c8c 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -27,7 +27,7 @@ import (
var rootCmd = &cobra.Command{
Use: "guestbook",
- Version: "v1.2.0",
+ Version: "v1.3.0",
Short: "Standalone guestbook server for static websites",
Long: "Standalone guestbook server for static websites",
}