From a82e556049b6bf1e64ae2fe51c7a411c6b454b40 Mon Sep 17 00:00:00 2001 From: Thays Grazia Date: Thu, 18 Jan 2024 13:34:34 -0300 Subject: [PATCH] Bump protocol version to check if we are in correct version that has all the things to make icordebug work. --- src/mono/mono/component/debugger-protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/mono/component/debugger-protocol.h b/src/mono/mono/component/debugger-protocol.h index 2379f5361ee6be..5948cef59c2c1a 100644 --- a/src/mono/mono/component/debugger-protocol.h +++ b/src/mono/mono/component/debugger-protocol.h @@ -11,7 +11,7 @@ */ #define MAJOR_VERSION 2 -#define MINOR_VERSION 65 +#define MINOR_VERSION 66 typedef enum { MDBGPROT_CMD_COMPOSITE = 100