diff options
Diffstat (limited to 'cmd/root.go')
| -rw-r--r-- | cmd/root.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 <vidhukant@vidhukant.com> + * Copyright (C) 2025-2026 Vidhu Kant Sharma <vidhukant@vidhukant.com> * * 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", } |