diff options
author | github-actions <github-actions@example.com> | 2022-07-18 00:03:50 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-07-18 00:03:50 +0000 |
commit | 0b5583b112d418ba4d4eefcde1cd4d54ab95458a (patch) | |
tree | eafe45a78c9f35d3872096595631e1ed9aeaf37d /yt_dlp/version.py | |
parent | 135f05ef667851869756ad3bf892726e376db27c (diff) | |
download | hypervideo-pre-0b5583b112d418ba4d4eefcde1cd4d54ab95458a.tar.lz hypervideo-pre-0b5583b112d418ba4d4eefcde1cd4d54ab95458a.tar.xz hypervideo-pre-0b5583b112d418ba4d4eefcde1cd4d54ab95458a.zip |
[version] update
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 482dd7d6a..a1a5880e9 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,5 +1,5 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.06.29' +__version__ = '2022.07.18' -RELEASE_GIT_HEAD = '9d339c41e' +RELEASE_GIT_HEAD = '135f05ef6' |