diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-09 01:51:07 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-09 01:51:07 +0000 |
commit | bbf84bf55e64a7e804a3da7029dac9a3aa26577c (patch) | |
tree | 341608e912c7fbf4f9d043857d5bd2a49912e15d /yt_dlp/version.py | |
parent | 7ead7332af69422cee931aec3faa277288e9e212 (diff) |
Release 2024.07.092024.07.09
Created by: seproDev
:ci skip all :ci run dl
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 ffccd7c0f..31de564c5 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.07.08' +__version__ = '2024.07.09' -RELEASE_GIT_HEAD = '4b50b292cc98534fb8c7cdf0ae5cb85862f7ebfc' +RELEASE_GIT_HEAD = '7ead7332af69422cee931aec3faa277288e9e212' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.07.08' +_pkg_version = '2024.07.09' |