2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Version 1.9.8.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2020-01-24 18:30:59 +03:00
parent 9aa597d6f0
commit 2008b1beea
6 changed files with 19 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define TDESKTOP_ALPHA_VERSION (0ULL)
#endif // TDESKTOP_ALLOW_CLOSED_ALPHA
constexpr auto AppVersion = 1009007;
constexpr auto AppVersionStr = "1.9.7";
constexpr auto AppVersion = 1009008;
constexpr auto AppVersionStr = "1.9.8";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;