bump VERSION to 0.7.1

This commit is contained in:
2026-08-19 09:42:57 -04:00
parent 0677f82c44
commit d88f30f738

View File

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