From df8f4021eeb19067f12bc30f9e3fc73fcdb23c41 Mon Sep 17 00:00:00 2001 From: AmarnathCJD Date: Wed, 25 Dec 2024 17:46:32 +0530 Subject: [PATCH] v1.4.8, removed unwanted htmls from corefork doc parsing. --- telegram/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/const.go b/telegram/const.go index 47087d53..76adad11 100644 --- a/telegram/const.go +++ b/telegram/const.go @@ -8,7 +8,7 @@ import ( const ( ApiVersion = 195 - Version = "v1.4.7" + Version = "v1.4.8" LogDebug = utils.DebugLevel LogInfo = utils.InfoLevel