We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22916e commit 62eee56Copy full SHA for 62eee56
src/red4ext/src/main.cpp
@@ -24,7 +24,7 @@ RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo* aInfo)
24
{
25
aInfo->name = L"DiscordRPC2";
26
aInfo->author = L"Marco4413";
27
- aInfo->version = RED4EXT_SEMVER(2, 5, 1);
+ aInfo->version = RED4EXT_SEMVER(2, 6, 1);
28
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
29
aInfo->sdk = RED4EXT_SDK_LATEST;
30
}
0 commit comments