From 5e3a3db2f17aa71778b6e52c4879d884705625fb Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 20 Mar 2026 20:08:39 -0400 Subject: [PATCH] bump version --- src/unity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unity.h b/src/unity.h index 6310913..8f1b8d4 100644 --- a/src/unity.h +++ b/src/unity.h @@ -11,7 +11,7 @@ #define UNITY_VERSION_MAJOR 2 #define UNITY_VERSION_MINOR 6 -#define UNITY_VERSION_BUILD 2 +#define UNITY_VERSION_BUILD 3 #define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD) #ifdef __cplusplus