bump VERSION to 0.7.2
Some checks failed
release / build (ubuntu-latest / x64) (push) Failing after 3s
release / build (macos-14 / arm64) (push) Has been cancelled
release / build (ubuntu-24.04-arm / arm64) (push) Has been cancelled
release / build (macos-15-intel / x64) (push) Has been cancelled
release / Attach to GitHub Release (push) Has been cancelled

This commit is contained in:
2026-08-27 13:47:06 -04:00
parent 895138357f
commit 4ff8aabb51

View File

@@ -3,7 +3,7 @@ import { setupTerminalRecovery } from "./utils/terminal-recovery";
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.1"; const VERSION = "0.7.2";
interface CliArgs { interface CliArgs {
version: boolean; version: boolean;