diff --git a/TS3Hook/Ts3Plugin.cpp b/TS3Hook/Ts3Plugin.cpp index 322b2f3..44b0a25 100644 --- a/TS3Hook/Ts3Plugin.cpp +++ b/TS3Hook/Ts3Plugin.cpp @@ -5,7 +5,7 @@ #define PLUGIN_API_VERSION 22 const char* ts3plugin_name() { return "TS3Hook"; } -const char* ts3plugin_version() { return "1.2.2"; } +const char* ts3plugin_version() { return "1.2.3"; } int ts3plugin_apiVersion() { int target = -1;