From 855e97f72f91fe2b4957ab72e5ed406997c7b58a Mon Sep 17 00:00:00 2001 From: Bryan Bailey Date: Wed, 11 Mar 2026 18:31:40 -0400 Subject: [PATCH] chore: bump version to 1.2.1 --- cli/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/root.go b/cli/root.go index 5504390..55a27a8 100644 --- a/cli/root.go +++ b/cli/root.go @@ -47,7 +47,7 @@ var cli = &cobra.Command{ comic.Archive() comic.Cleanup() }, - Version: "1.1.0", + Version: "1.2.1", } func Execute() error {