bump VERSION to 0.5.0

This commit is contained in:
2026-08-11 19:54:36 -04:00
parent 20336ea716
commit 84e4e4581e

View File

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