diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-06 23:35:53 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-06 23:35:53 +0530 |
commit | 018657a5290f8d53402379f84367ef0391e8d1a8 (patch) | |
tree | e4e712b4540db2cb893092ada806988a8f9ecb5b /cmd/root.go | |
parent | b5053e0efa641ecf56550d7e7d4dd19f1f939550 (diff) |
Doing the \n to <br> replacement inside serve, not dumpv1.3.0
Diffstat (limited to 'cmd/root.go')
-rw-r--r-- | cmd/root.go | 2 |
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", } |