diff options
author | github-actions <github-actions@example.com> | 2022-02-03 17:51:54 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-02-03 17:51:54 +0000 |
commit | 3cea9ec2eb63fae38878dbf0bee4d7da5d954fab (patch) | |
tree | 0374cf1c9c41df8ed839954d22d2b4816d706f4b /yt_dlp | |
parent | 28469edd7da89fba67d22619f7a8f8d3864b4ac7 (diff) | |
download | hypervideo-pre-3cea9ec2eb63fae38878dbf0bee4d7da5d954fab.tar.lz hypervideo-pre-3cea9ec2eb63fae38878dbf0bee4d7da5d954fab.tar.xz hypervideo-pre-3cea9ec2eb63fae38878dbf0bee4d7da5d954fab.zip |
[version] update
Created by: pukkandan
:ci skip all
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 a2d6ebf71..bc8c414f4 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,5 +1,5 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.01.21' +__version__ = '2022.02.03' -RELEASE_GIT_HEAD = 'f20d607b0' +RELEASE_GIT_HEAD = '28469edd7' |