diff options
author | github-actions <github-actions@example.com> | 2022-02-04 06:39:10 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-02-04 06:39:10 +0000 |
commit | b7614282264a5427f7319c5f6c065c33008404c1 (patch) | |
tree | 0e1eb18e1e3086e65cea6c02b41ada5fabaa2d62 /yt_dlp/version.py | |
parent | c1653e9efba2768910e6a5f62c88c7a95317b431 (diff) | |
download | hypervideo-pre-b7614282264a5427f7319c5f6c065c33008404c1.tar.lz hypervideo-pre-b7614282264a5427f7319c5f6c065c33008404c1.tar.xz hypervideo-pre-b7614282264a5427f7319c5f6c065c33008404c1.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 bc8c414f4..01e1b2345 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,5 +1,5 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.02.03' +__version__ = '2022.02.04' -RELEASE_GIT_HEAD = '28469edd7' +RELEASE_GIT_HEAD = 'c1653e9ef' |