diff --git a/Le_Chiffre/misc/config.hpp b/Le_Chiffre/misc/config.hpp index 291f4cc..ef134f7 100644 --- a/Le_Chiffre/misc/config.hpp +++ b/Le_Chiffre/misc/config.hpp @@ -6,8 +6,8 @@ namespace { // Config - const ::std::string CHEAT_VERSION = XorStr("v1.2.1"); - const ::std::string RELEASE_DATE = XorStr("[17 Mar, 2021]"); + const ::std::string CHEAT_VERSION = XorStr("v1.2.2"); + const ::std::string RELEASE_DATE = XorStr("[19 Mar, 2021]"); const wchar_t* HOST = L"api.github.com"; const wchar_t* PATH = L"/repos/blaumaus/le_chiffre/tags?per_page=1"; const wchar_t* TARGET = L"csgo.exe";