diff options
author | github-actions <github-actions@example.com> | 2023-07-06 18:57:59 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2023-07-06 18:57:59 +0000 |
commit | cc0619f62d6da52689797483e96b29290b0c0873 (patch) | |
tree | ced296412e8a3237e1a36e94947ea8bf840fc20a /yt_dlp/version.py | |
parent | b532a3481046e1eabb6232ee8196fb696c356ff6 (diff) | |
download | hypervideo-pre-cc0619f62d6da52689797483e96b29290b0c0873.tar.lz hypervideo-pre-cc0619f62d6da52689797483e96b29290b0c0873.tar.xz hypervideo-pre-cc0619f62d6da52689797483e96b29290b0c0873.zip |
Release 2023.07.06
Created by: pukkandan
:ci skip all :ci run dl
Diffstat (limited to 'yt_dlp/version.py')
-rw-r--r-- | yt_dlp/version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/version.py b/yt_dlp/version.py index 434f36f48..67cfe44ef 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2023.06.22' +__version__ = '2023.07.06' -RELEASE_GIT_HEAD = '812cdfa06c33a40e73a8e04b3e6f42c084666a43' +RELEASE_GIT_HEAD = 'b532a3481046e1eabb6232ee8196fb696c356ff6' VARIANT = None |