From 4ff8aabb51d44df77b1a9dc20b512295f808dcd9 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Thu, 27 Aug 2026 13:47:06 -0400 Subject: [PATCH] bump VERSION to 0.7.2 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 3cbf656..7174da5 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,7 +3,7 @@ import { setupTerminalRecovery } from "./utils/terminal-recovery"; import type { Feed } from "./types/feed" import type { Episode } from "./types/episode" -const VERSION = "0.7.1"; +const VERSION = "0.7.2"; interface CliArgs { version: boolean;