From 732e2d8aacbaa87b994c29ad32a1aa1611e2967b Mon Sep 17 00:00:00 2001 From: c0re100 Date: Fri, 19 Jan 2024 05:16:53 +0800 Subject: [PATCH] Bump to 1.1.11 Upstream version: 4.14.8 --- Telegram/SourceFiles/core/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 40deafd997..c3d4505834 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -26,4 +26,4 @@ constexpr auto AppVersion = 1001011; constexpr auto AppVersionStr = "1.1.11"; constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; -constexpr auto UpstreamVersion = "4.14.7"; \ No newline at end of file +constexpr auto UpstreamVersion = "4.14.8"; \ No newline at end of file