diff options
author | github-actions <github-actions@example.com> | 2021-12-27 02:30:03 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2021-12-27 02:30:03 +0000 |
commit | 1e5c83b26b7f3f7cc7bede561865ef5e83bfb422 (patch) | |
tree | 798cc87d9588353c5eee0a3a7acaeecb2cd7c8c4 /yt_dlp/version.py | |
parent | 6223f67a8c0b8e581eb0bdc4901d7821ef730f68 (diff) | |
download | hypervideo-pre-1e5c83b26b7f3f7cc7bede561865ef5e83bfb422.tar.lz hypervideo-pre-1e5c83b26b7f3f7cc7bede561865ef5e83bfb422.tar.xz hypervideo-pre-1e5c83b26b7f3f7cc7bede561865ef5e83bfb422.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 7943cae5f..7b5732595 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,5 +1,5 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2021.12.25' +__version__ = '2021.12.27' -RELEASE_GIT_HEAD = '87e049962' +RELEASE_GIT_HEAD = '6223f67a8' |