From a47587db18781bd9cdcaa5b82a6889bcd68f18a1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 3 Feb 2026 09:01:31 +0530 Subject: fix compile time error --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/root.go') diff --git a/cmd/root.go b/cmd/root.go index c7756cc..f1c1d86 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -27,7 +27,7 @@ import ( var rootCmd = &cobra.Command{ Use: "guestbook", - Version: "v1.6.0", + Version: "v1.6.1", Short: "Standalone guestbook server for static websites", Long: "Standalone guestbook server for static websites", } -- cgit v1.2.3