diff options
author | github-actions <github-actions@example.com> | 2022-10-04 04:50:32 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-10-04 04:50:32 +0000 |
commit | 57fb88093ea08108f3118b69bc56353625b34c5c (patch) | |
tree | 8b0a95a5c332bfb1354f18e796e981cc5127bf53 /yt_dlp/version.py | |
parent | 4e0511f27d153ee0dbc4da158b4e35add8f7511a (diff) | |
download | hypervideo-pre-57fb88093ea08108f3118b69bc56353625b34c5c.tar.lz hypervideo-pre-57fb88093ea08108f3118b69bc56353625b34c5c.tar.xz hypervideo-pre-57fb88093ea08108f3118b69bc56353625b34c5c.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 ac7a825ea..1123205bd 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.09.01' +__version__ = '2022.10.04' -RELEASE_GIT_HEAD = '5d7c7d656' +RELEASE_GIT_HEAD = '4e0511f27' VARIANT = None |