From f7cf752fb244d7c82b47fc23ba9da79d09cadbdc Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:22:14 +0200 Subject: [PATCH] Bump version to 4.9.8b Update the __version__ string in src/__init__.py to 4.9.8b to reflect the latest changes. --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 44adeaf..9bbd51f 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -4,5 +4,5 @@ YTSage - YouTube Video Downloader A modern, user-friendly YouTube video downloader built with PySide6. """ -__version__ = "4.9.7" +__version__ = "4.9.8b" __author__ = "oop7"