diff options
author | github-actions <github-actions@example.com> | 2022-08-14 22:18:33 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-08-14 22:18:33 +0000 |
commit | 9fd03a16960918187cea826f241620b8c98d34fb (patch) | |
tree | 0044b22febd6dee6ea6a40f23eb1406a682d4a6f /yt_dlp | |
parent | 55937202b72a64f9ca8a877dbb0e1eea401427cc (diff) | |
download | hypervideo-pre-9fd03a16960918187cea826f241620b8c98d34fb.tar.lz hypervideo-pre-9fd03a16960918187cea826f241620b8c98d34fb.tar.xz hypervideo-pre-9fd03a16960918187cea826f241620b8c98d34fb.zip |
[version] update
Created by: pukkandan
:ci skip all :ci run dl
Diffstat (limited to 'yt_dlp')
-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 955970a2f..9786ee978 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.08.08' +__version__ = '2022.08.14' -RELEASE_GIT_HEAD = '3157158f7' +RELEASE_GIT_HEAD = '55937202b' VARIANT = None |