From 8878a9db3e019aca2f1df2ec9ba6b568ffce395a Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Sat, 4 Mar 2023 19:21:58 +0800 Subject: [PATCH] feat: #1 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 3427d16..9f7d07a 100644 --- a/src/version.h +++ b/src/version.h @@ -9,7 +9,7 @@ #define PLUGIN_AUTHOR "Tsubasa6848" #define PLUGIN_VERSION_MAJOR 1 #define PLUGIN_VERSION_MINOR 6 -#define PLUGIN_VERSION_REVISION 0 +#define PLUGIN_VERSION_REVISION 10 #define PLUGIN_VERSION_BUILD 0 #define TARGET_BDS_PROTOCOL_VERSION 568 #define __TO_VERSION_STRING(ver) #ver