diff options
author | github-actions <github-actions@example.com> | 2022-03-08 20:23:28 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-03-08 20:23:28 +0000 |
commit | a3b7dff015bf24141763c1125c7c0f7e80c37fd3 (patch) | |
tree | cbb0a09f671d5a7eda8717cf1f5d32d271ad693d /yt_dlp/version.py | |
parent | c0c2c57d352b90ab7cede1698a377d44c9886869 (diff) | |
download | hypervideo-pre-a3b7dff015bf24141763c1125c7c0f7e80c37fd3.tar.lz hypervideo-pre-a3b7dff015bf24141763c1125c7c0f7e80c37fd3.tar.xz hypervideo-pre-a3b7dff015bf24141763c1125c7c0f7e80c37fd3.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 b9ac6308a..d5df2af90 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,5 +1,5 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.03.08' +__version__ = '2022.03.08.1' -RELEASE_GIT_HEAD = '535eb16a4' +RELEASE_GIT_HEAD = 'c0c2c57d3' |