diff --git a/src/Components/Modules/Branding.cpp b/src/Components/Modules/Branding.cpp index 622fa138..ebf49c20 100644 --- a/src/Components/Modules/Branding.cpp +++ b/src/Components/Modules/Branding.cpp @@ -112,7 +112,7 @@ namespace Components // Com_Init_Try_Block_Function Utils::Hook::Set(0x60BAF4, BUILD_TYPE); #ifdef EXPERIMENTAL_BUILD - Utils::Hook::Set(0x60BAEf, REVISION_STR "-develop"); + Utils::Hook::Set(0x60BAEf, REVISION_STR ""); #else Utils::Hook::Set(0x60BAEf, REVISION_STR); #endif