diff options
author | github-actions <github-actions@example.com> | 2022-08-08 22:15:24 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-08-08 22:15:24 +0000 |
commit | f1e2d4a9a21a17c0cc8132b248b81092aeb88206 (patch) | |
tree | 4a1e25a9e389028090e014eb84279720f599e6ef /yt_dlp | |
parent | 3157158f7609155906152b8f18d43245d4ee426e (diff) | |
download | hypervideo-pre-f1e2d4a9a21a17c0cc8132b248b81092aeb88206.tar.lz hypervideo-pre-f1e2d4a9a21a17c0cc8132b248b81092aeb88206.tar.xz hypervideo-pre-f1e2d4a9a21a17c0cc8132b248b81092aeb88206.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 75ede4973..955970a2f 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.07.18' +__version__ = '2022.08.08' -RELEASE_GIT_HEAD = '135f05ef6' +RELEASE_GIT_HEAD = '3157158f7' VARIANT = None |