diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-11-16 00:01:38 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-11-16 00:01:38 +0000 |
commit | fe6c82ccff6338d97711204162731a8a6741c9b4 (patch) | |
tree | 837e9fb654a4055d6822bc331a250deef121c7fc /yt_dlp/version.py | |
parent | 24f827875c6ba513f12ed09a3aef2bbed223760d (diff) |
Release 2023.11.162023.11.16
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 6fd8e5978..fd923fe45 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2023.11.14' +__version__ = '2023.11.16' -RELEASE_GIT_HEAD = 'a9d3f4b20a3533d2a40104c85bc2cc6c2564c800' +RELEASE_GIT_HEAD = '24f827875c6ba513f12ed09a3aef2bbed223760d' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2023.11.14' +_pkg_version = '2023.11.16' |