From 283228457744687ee190c595115ad8dc6e5d9720 Mon Sep 17 00:00:00 2001 From: Eiren Rain Date: Wed, 30 Oct 2024 18:51:04 +0100 Subject: [PATCH] Bump protocol and firmware version --- src/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/debug.h b/src/debug.h index 4d59df65..5e794f26 100644 --- a/src/debug.h +++ b/src/debug.h @@ -89,7 +89,7 @@ // Not recommended for production #define ENABLE_INSPECTION false -#define PROTOCOL_VERSION 17 -#define FIRMWARE_VERSION "0.4.0" +#define PROTOCOL_VERSION 18 +#define FIRMWARE_VERSION "0.5.0" #endif // SLIMEVR_DEBUG_H_