diff options
author | github-actions <github-actions@example.com> | 2022-11-11 10:37:46 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-11-11 10:37:46 +0000 |
commit | 5e39fb982ee98f0bd8f020c878cf6921beae6e2e (patch) | |
tree | 50b15e6e333ec769bdff4a1a9680274f4eebec21 /yt_dlp/version.py | |
parent | 8b644025b1de710339fe317661d71691c115e249 (diff) | |
download | hypervideo-pre-5e39fb982ee98f0bd8f020c878cf6921beae6e2e.tar.lz hypervideo-pre-5e39fb982ee98f0bd8f020c878cf6921beae6e2e.tar.xz hypervideo-pre-5e39fb982ee98f0bd8f020c878cf6921beae6e2e.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 1123205bd..90b5e40ac 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.10.04' +__version__ = '2022.11.11' -RELEASE_GIT_HEAD = '4e0511f27' +RELEASE_GIT_HEAD = '8b644025b' VARIANT = None |