From ca4595c15b7cd89fc04beb9e3587ecea2f2407f5 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 3 Feb 2026 09:00:02 +0530 Subject: added del command --- cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/root.go') diff --git a/cmd/root.go b/cmd/root.go index 5ba7ae6..c7756cc 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,5 @@ /* guestbook - Standalone guestbook server for static websites - * Copyright (C) 2025 Vidhu Kant Sharma + * Copyright (C) 2025-2026 Vidhu Kant Sharma * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ import ( var rootCmd = &cobra.Command{ Use: "guestbook", - Version: "v1.5.0", + Version: "v1.6.0", Short: "Standalone guestbook server for static websites", Long: "Standalone guestbook server for static websites", } -- cgit v1.2.3