bump VERSION to 0.7.0

This commit is contained in:
2026-08-13 19:35:13 -04:00
parent df4701957b
commit ba98d1b2f0

View File

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