diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-10 19:40:56 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-10 19:40:56 +0000 |
| commit | 8463fb510a58050ec118b3ae17bf00d08ea7b881 (patch) | |
| tree | ac48ab69d1d96bae3d83756134921e0d90593aa5 /yt_dlp/version.py | |
| parent | 615a84447e8322720be77a0e64298d7f42848693 (diff) | |
Release 2024.03.102024.03.10
Created by: Grub4K
: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 687ef8788..68c3f00e8 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2023.12.30' +__version__ = '2024.03.10' -RELEASE_GIT_HEAD = 'f10589e3453009bb523f55849bba144c9b91cf2a' +RELEASE_GIT_HEAD = '615a84447e8322720be77a0e64298d7f42848693' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2023.12.30' +_pkg_version = '2024.03.10' |
