diff options
author | github-actions <github-actions@example.com> | 2021-12-25 00:34:16 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2021-12-25 00:34:16 +0000 |
commit | 459aea84c32b71590558813186be2e34edb0b86d (patch) | |
tree | 45638be57bb87f4b70bce2c5315578a57be23544 /yt_dlp/version.py | |
parent | 87e049962422201950ece298ea5aee55684ca7a8 (diff) | |
download | hypervideo-pre-459aea84c32b71590558813186be2e34edb0b86d.tar.lz hypervideo-pre-459aea84c32b71590558813186be2e34edb0b86d.tar.xz hypervideo-pre-459aea84c32b71590558813186be2e34edb0b86d.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 8c07d099e..7943cae5f 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,5 +1,5 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2021.12.01' +__version__ = '2021.12.25' -RELEASE_GIT_HEAD = '91f071af6' +RELEASE_GIT_HEAD = '87e049962' |