diff options
author | github-actions <github-actions@example.com> | 2023-02-17 12:31:30 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2023-02-17 12:31:30 +0000 |
commit | 41bd0dc4d71919dceeb84a3aab9c9934d46eee9f (patch) | |
tree | 26b84793ddbfe57f9a9aafcb5361d6247fe4d4e2 /yt_dlp/version.py | |
parent | a0a7c0154252900b7b154898744b698624d92b2a (diff) | |
download | hypervideo-pre-41bd0dc4d71919dceeb84a3aab9c9934d46eee9f.tar.lz hypervideo-pre-41bd0dc4d71919dceeb84a3aab9c9934d46eee9f.tar.xz hypervideo-pre-41bd0dc4d71919dceeb84a3aab9c9934d46eee9f.zip |
[version] update
Created by: pukkandan
:ci skip all :ci run dl
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 f722ec665..3c92a85e1 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2023.01.06' +__version__ = '2023.02.17' -RELEASE_GIT_HEAD = '6becd2508' +RELEASE_GIT_HEAD = 'a0a7c0154' VARIANT = None |