bump VERSION to 0.8.0

This commit is contained in:
2026-08-28 21:58:31 -04:00
parent 3f0001b0d5
commit 776274c0ba

View File

@@ -4,7 +4,7 @@ import { installNestedScrollBehavior } from "./utils/nested-scroll";
import type { Feed } from "./types/feed" import type { Feed } from "./types/feed"
import type { Episode } from "./types/episode" import type { Episode } from "./types/episode"
const VERSION = "0.7.2"; const VERSION = "0.8.0";
interface CliArgs { interface CliArgs {
version: boolean; version: boolean;