diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-26 00:04:51 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-26 00:04:51 +0000 |
commit | 6eaa574c8217ea9b9c5177fece0714fa622da34c (patch) | |
tree | 53d137a881d7be64dd1925760d8d0a4ec2921d53 /yt_dlp/version.py | |
parent | ecee97b4fa90d51c48f9154c3a6d5a8ffe46cd5c (diff) |
Release 2025.03.262025.03.26
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 a10719f5a..50c6ed314 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2025.03.25' +__version__ = '2025.03.26' -RELEASE_GIT_HEAD = '9dde546e7ee3e1515d88ee3af08b099351455dc0' +RELEASE_GIT_HEAD = 'ecee97b4fa90d51c48f9154c3a6d5a8ffe46cd5c' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2025.03.25' +_pkg_version = '2025.03.26' |