aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/root.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-07 20:03:02 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-07 20:03:02 +0530
commitab81e04e0090149aca6cba3f5154e91dc0cd6659 (patch)
tree3470ec4b478676d6e114c3d6fcaa4304a53afb1a /cmd/root.go
parent03e5020f880c7237141fd850f54579fe3e97324b (diff)
Saving timestampsHEADv1.5.0master
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 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",
}