diff options
author | github-actions <github-actions@example.com> | 2022-06-22 01:14:25 +0000 |
---|---|---|
committer | github-actions <github-actions@example.com> | 2022-06-22 01:14:25 +0000 |
commit | f92347c3121e89e9097c2cdab2a2a11dd041a147 (patch) | |
tree | 67d2848392f1c8f37be066c772fdcbb89373c10f /yt_dlp/version.py | |
parent | a86e01e7436fedbc9739e43c79a2eef75d8b5e55 (diff) |
[version] update2022.06.22.1
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 1f2ed1b18..0ebc96f8d 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,5 +1,5 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2022.06.22' +__version__ = '2022.06.22.1' -RELEASE_GIT_HEAD = '0af80bcf7' +RELEASE_GIT_HEAD = 'a86e01e74' |