Skip to content

Commit

Permalink
version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Dec 8, 2023
1 parent 05af9e8 commit 3a71abc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bot/workers/auto/transcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ async def thing():
f"**Encode Stats:**\n\nOriginal Size: "
f"`{hbs(org_s)}`\nEncoded Size: `{hbs(out_s)}`\n"
f"Encoded Percentage: `{per}`\n\n"
f"{'Cached' if einfo.cached_dl else 'Downloaded'} in `{dtime}`\n{mux_msg}"
f"Encoded in `{etime}`\nUploaded in `{utime}`",
f"{'Cached' if einfo.cached_dl else 'Downloaded'} in `{dtime}`\n"
f"Encoded in `{etime}`\n{mux_msg}Uploaded in `{utime}`",
disable_web_page_preview=True,
quote=True,
)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.0-beta.0.5.01 (beta)
v2.2.0-beta.0.5.02 (beta)

0 comments on commit 3a71abc

Please sign in to comment.