From e21cfc14f336b4c3370d77963b2a6a1b3a5c0a66 Mon Sep 17 00:00:00 2001 From: c0re100 <corehusky@gmail.com> Date: Fri, 10 Jul 2020 06:16:57 +0800 Subject: [PATCH] Bump to 2.1.18.2 --- 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 b3ef4dbe01..d45c5633ac 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -26,4 +26,4 @@ constexpr auto AppVersion = 2001018; constexpr auto AppVersionStr = "2.1.18"; constexpr auto AppBetaVersion = true; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; -constexpr auto AppVersionReleaseStr = "2.1.18.1"; \ No newline at end of file +constexpr auto AppVersionReleaseStr = "2.1.18.2"; \ No newline at end of file