diff --git a/src/version.h b/src/version.h index e36d532..3427d16 100644 --- a/src/version.h +++ b/src/version.h @@ -11,7 +11,7 @@ #define PLUGIN_VERSION_MINOR 6 #define PLUGIN_VERSION_REVISION 0 #define PLUGIN_VERSION_BUILD 0 -#define TARGET_BDS_PROTOCOL_VERSION 567 +#define TARGET_BDS_PROTOCOL_VERSION 568 #define __TO_VERSION_STRING(ver) #ver #define TO_VERSION_STRING(ver) __TO_VERSION_STRING(ver) #define PLUGIN_LLVERSION_STATUS ll::Version::Release