From f6d199031f551628d0cd49a9f609f313db307454 Mon Sep 17 00:00:00 2001 From: qingyu <62042544+dreamguxiang@users.noreply.github.com> Date: Sat, 18 Feb 2023 16:10:15 +0800 Subject: [PATCH] Update Version.h --- BEPlaceholderAPI/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BEPlaceholderAPI/Version.h b/BEPlaceholderAPI/Version.h index d1e0d8f..4ed1bdc 100644 --- a/BEPlaceholderAPI/Version.h +++ b/BEPlaceholderAPI/Version.h @@ -14,7 +14,7 @@ #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 560 +#define TARGET_BDS_PROTOCOL_VERSION 567 // used by github actions(TODO) //#define TARGET_BDS_VERSION 1.18.30.04