diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-07 21:35:02 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-07 21:35:02 +0000 |
commit | 39bc699d2e6e39b26af028cc09a7b1d460d00e31 (patch) | |
tree | b541b015faac61d8d78ce84c6bfa75a5d27c755f /yt_dlp/version.py | |
parent | b337d2989ce0614651d363383f6f743d977248ef (diff) |
Release 2024.07.072024.07.07
Created by: bashonly
: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 7581a3b21..323b54c37 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.07.02' +__version__ = '2024.07.07' -RELEASE_GIT_HEAD = '93d33cb29af9e2e84369ac43589d50ce8e0160ef' +RELEASE_GIT_HEAD = 'b337d2989ce0614651d363383f6f743d977248ef' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.07.02' +_pkg_version = '2024.07.07' |