diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-25 00:07:18 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-25 00:07:18 +0000 |
commit | 336b33e72fe0105a33c40c8e5afdff720e17afdb (patch) | |
tree | c032751e02daf8b2d958eedd29a5842211687148 /yt_dlp/version.py | |
parent | 9dde546e7ee3e1515d88ee3af08b099351455dc0 (diff) |
Release 2025.03.252025.03.25
Created by: bashonly
:ci skip all
Diffstat (limited to 'yt_dlp/version.py')
-rw-r--r-- | yt_dlp/version.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yt_dlp/version.py b/yt_dlp/version.py index c12cfc079..a10719f5a 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2025.03.21' +__version__ = '2025.03.25' -RELEASE_GIT_HEAD = 'f36e4b6e65cb8403791aae2f520697115cb88dec' +RELEASE_GIT_HEAD = '9dde546e7ee3e1515d88ee3af08b099351455dc0' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2025.03.21' +_pkg_version = '2025.03.25' |