diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-22 05:03:55 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-22 05:03:55 +0000 |
commit | 2a246749ec5ead2c6b485e702a1c54c79bd0e51a (patch) | |
tree | 0c8fec54d10fb065c4e58935ad9c1cedd26f220e /yt_dlp/version.py | |
parent | 67adeb7bab00662ba55d473e405b301abb42fe61 (diff) |
Release 2024.10.222024.10.22
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 2ad18dd19..17d788184 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.10.07' +__version__ = '2024.10.22' -RELEASE_GIT_HEAD = '1a176d874e6772cd898ce507379ea388e96ee3f7' +RELEASE_GIT_HEAD = '67adeb7bab00662ba55d473e405b301abb42fe61' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.10.07' +_pkg_version = '2024.10.22' |