bump VERSION to 0.6.2

This commit is contained in:
2026-08-12 22:12:40 -04:00
parent d7aec4e810
commit 91518bbb17

View File

@@ -1,7 +1,7 @@
import type { Feed } from "./types/feed"
import type { Episode } from "./types/episode"
const VERSION = "0.6.1";
const VERSION = "0.6.2";
interface CliArgs {
version: boolean;