chore: bump version to 1.2.1

This commit is contained in:
2026-03-11 18:31:40 -04:00
parent ca891fc6c0
commit 855e97f72f

View File

@@ -47,7 +47,7 @@ var cli = &cobra.Command{
comic.Archive() comic.Archive()
comic.Cleanup() comic.Cleanup()
}, },
Version: "1.1.0", Version: "1.2.1",
} }
func Execute() error { func Execute() error {