diff --git a/Telegram/SourceFiles/config.h b/Telegram/SourceFiles/config.h index 99479ed93..3c2c290f8 100644 --- a/Telegram/SourceFiles/config.h +++ b/Telegram/SourceFiles/config.h @@ -20,8 +20,8 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org */ #pragma once -static const int32 AppVersion = 9011; -static const wchar_t *AppVersionStr = L"0.9.11"; +static const int32 AppVersion = 9012; +static const wchar_t *AppVersionStr = L"0.9.12"; static const bool DevVersion = true; static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";