Skip to content

Commit 62eee56

Browse files
committed
Updated RED4ext plugin version (2.6.1)
1 parent a22916e commit 62eee56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/red4ext/src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo* aInfo)
2424
{
2525
aInfo->name = L"DiscordRPC2";
2626
aInfo->author = L"Marco4413";
27-
aInfo->version = RED4EXT_SEMVER(2, 5, 1);
27+
aInfo->version = RED4EXT_SEMVER(2, 6, 1);
2828
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
2929
aInfo->sdk = RED4EXT_SDK_LATEST;
3030
}

0 commit comments

Comments
 (0)