diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-07 20:03:02 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-07 20:03:02 +0530 |
commit | ab81e04e0090149aca6cba3f5154e91dc0cd6659 (patch) | |
tree | 3470ec4b478676d6e114c3d6fcaa4304a53afb1a /cmd/root.go | |
parent | 03e5020f880c7237141fd850f54579fe3e97324b (diff) |
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 a150426..5ba7ae6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -27,7 +27,7 @@ import ( var rootCmd = &cobra.Command{ Use: "guestbook", - Version: "v1.4.0", + Version: "v1.5.0", Short: "Standalone guestbook server for static websites", Long: "Standalone guestbook server for static websites", } |