Skip to content

Commit

Permalink
Bump to 1.9.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c0re100 committed Mar 27, 2020
1 parent d95db9f commit 4e27955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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 = 1009021;
constexpr auto AppVersionStr = "1.9.21";
constexpr auto AppBetaVersion = false;
constexpr auto AppVersion = 1009022;
constexpr auto AppVersionStr = "1.9.22";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto AppVersionReleaseStr = "1.9.21.8";
constexpr auto AppVersionReleaseStr = "1.9.22.1";

0 comments on commit 4e27955

Please sign in to comment.