From eb79bce1b5b242ff580ccc99d8d4660625e8ffa9 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Wed, 9 Jul 2025 17:00:30 -0400 Subject: [PATCH] Bump version to encapsulate recent changes. --- src/unity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unity.h b/src/unity.h index 3d176da..7c749c2 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 1 +#define UNITY_VERSION_BUILD 2 #define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD) #ifdef __cplusplus