summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'Telegram/SourceFiles/core/version.h')
-rw-r--r--Telegram/SourceFiles/core/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h
index b493f4ee6e..868f37caec 100644
--- a/Telegram/SourceFiles/core/version.h
+++ b/Telegram/SourceFiles/core/version.h
@@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
constexpr auto AppName = "Telegram Desktop"_cs;
constexpr auto AppFile = "Telegram"_cs;
-constexpr auto AppVersion = 4014001;
-constexpr auto AppVersionStr = "4.14.1";
+constexpr auto AppVersion = 4014002;
+constexpr auto AppVersionStr = "4.14.2";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;