diff options
author | github-actions <github-actions@example.com> | 2022-05-18 03:37:32 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-05-18 03:37:32 +0000 |
commit | 926ccc84ef91498f3147b07d15eb5f40cd070471 (patch) | |
tree | a06f1cf5e6bed63b47cc55fdab654530e26ff4e1 /yt_dlp/version.py | |
parent | b14d523558c04dd0c3ae17877f22f707a805cf5b (diff) | |
download | hypervideo-pre-926ccc84ef91498f3147b07d15eb5f40cd070471.tar.lz hypervideo-pre-926ccc84ef91498f3147b07d15eb5f40cd070471.tar.xz hypervideo-pre-926ccc84ef91498f3147b07d15eb5f40cd070471.zip |
[version] update
Created by: pukkandan
:ci skip all
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 fb3ec8c6d..5ee7234d8 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,5 +1,5 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.04.08' +__version__ = '2022.05.18' -RELEASE_GIT_HEAD = '7884ade65' +RELEASE_GIT_HEAD = 'b14d52355' |