diff options
author | github-actions <github-actions@example.com> | 2022-06-22 00:58:00 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-06-22 00:58:00 +0000 |
commit | def4973ae7e0b4fb71cd432fdeb3e6d21b00fecf (patch) | |
tree | 1f81e47462d9c5ad0c23ad17fbcc93b74f61a67e /yt_dlp/version.py | |
parent | 0af80bcf70a8151c0dcf75c690fdcf7749aeb9da (diff) | |
download | hypervideo-pre-def4973ae7e0b4fb71cd432fdeb3e6d21b00fecf.tar.lz hypervideo-pre-def4973ae7e0b4fb71cd432fdeb3e6d21b00fecf.tar.xz hypervideo-pre-def4973ae7e0b4fb71cd432fdeb3e6d21b00fecf.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 5ee7234d8..1f2ed1b18 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,5 +1,5 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.05.18' +__version__ = '2022.06.22' -RELEASE_GIT_HEAD = 'b14d52355' +RELEASE_GIT_HEAD = '0af80bcf7' |