diff --git a/BEPlaceholderAPI/Version.h b/BEPlaceholderAPI/Version.h index fc5eb4d..2e57ba5 100644 --- a/BEPlaceholderAPI/Version.h +++ b/BEPlaceholderAPI/Version.h @@ -10,11 +10,11 @@ #define PLUGIN_AUTHOR "QingYu" #define PLUGIN_VERSION_MAJOR 1 #define PLUGIN_VERSION_MINOR 0 -#define PLUGIN_VERSION_REVISION 8 +#define PLUGIN_VERSION_REVISION 9 #define PLUGIN_VERSION_BUILD 0 #define PLUGIN_VERSION_STATUS PLUGIN_VERSION_RELEASE #define PLUGIN_VERSION_STRING TO_VERSION_STRING(PLUGIN_VERSION_MAJOR.PLUGIN_VERSION_MINOR.PLUGIN_VERSION_REVISION) -#define TARGET_BDS_PROTOCOL_VERSION 544 +#define TARGET_BDS_PROTOCOL_VERSION 545 // used by github actions(TODO) //#define TARGET_BDS_VERSION 1.18.30.04