diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-27 22:35:55 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-27 22:35:55 +0000 |
commit | 111b61ddef305584d45a48e7b7c73ffcedf062a2 (patch) | |
tree | bd0e2817231dc23c19bcb71134a098ed0801fc80 /yt_dlp/version.py | |
parent | 12b248ce60be1aa1362edd839d915bba70dbee4b (diff) |
Release 2024.05.272024.05.27
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 415dc0eaf..a90b288c9 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.05.26' +__version__ = '2024.05.27' -RELEASE_GIT_HEAD = 'ae2af1104f80caf2f47544763a33db2c17a3e1de' +RELEASE_GIT_HEAD = '12b248ce60be1aa1362edd839d915bba70dbee4b' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.05.26' +_pkg_version = '2024.05.27' |