From 3a71abcec6fb220384a536757b329da9daba269e Mon Sep 17 00:00:00 2001 From: "121189493+Nubuki-all@users.noreply.github.com" <121189493+Nubuki-all@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:31:28 +0100 Subject: [PATCH] version bump. --- bot/workers/auto/transcode.py | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/workers/auto/transcode.py b/bot/workers/auto/transcode.py index ed2f0ce9..b822b4ea 100644 --- a/bot/workers/auto/transcode.py +++ b/bot/workers/auto/transcode.py @@ -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, ) diff --git a/version.txt b/version.txt index 4b9a7858..fc96965b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.2.0-beta.0.5.01 (beta) +v2.2.0-beta.0.5.02 (beta)