diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-01-12 23:35:35 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-01-12 23:35:35 +0000 |
commit | a3c0321825110d7eb447a6e6f393cec2bade34f9 (patch) | |
tree | 6ea15eba4720f20bd32f0ef490b58e465cd5f257 /yt_dlp/version.py | |
parent | dade5e35c89adaad04408bfef766820dbca06ebe (diff) |
Release 2025.01.122025.01.12
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 1ff43c611..97a3b1b26 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.12.23' +__version__ = '2025.01.12' -RELEASE_GIT_HEAD = '65cf46cddd873fd229dbb0fc0689bca4c201c6b6' +RELEASE_GIT_HEAD = 'dade5e35c89adaad04408bfef766820dbca06ebe' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.12.23' +_pkg_version = '2025.01.12' |