diff options
author | github-actions <github-actions@example.com> | 2023-01-06 21:21:26 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2023-01-06 21:21:26 +0000 |
commit | 7287ab92f6bcf90f1995fe73b8145f0fd9fadbf4 (patch) | |
tree | d110fec08c7d395b5f8a67333dbd2de36ece28ed /yt_dlp/version.py | |
parent | 6becd2508c811969259f3f18bfb35630bc4feaed (diff) | |
download | hypervideo-pre-7287ab92f6bcf90f1995fe73b8145f0fd9fadbf4.tar.lz hypervideo-pre-7287ab92f6bcf90f1995fe73b8145f0fd9fadbf4.tar.xz hypervideo-pre-7287ab92f6bcf90f1995fe73b8145f0fd9fadbf4.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 2fed0895e..f722ec665 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2023.01.02' +__version__ = '2023.01.06' -RELEASE_GIT_HEAD = 'd83b0ad80' +RELEASE_GIT_HEAD = '6becd2508' VARIANT = None |