From 2f7406572e6f11212536c99a839e1bf512fe3fb6 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 18 Jun 2021 14:32:54 -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 74a6088..338df0b 100644 --- a/src/unity.h +++ b/src/unity.h @@ -10,7 +10,7 @@ #define UNITY_VERSION_MAJOR 2 #define UNITY_VERSION_MINOR 5 -#define UNITY_VERSION_BUILD 3 +#define UNITY_VERSION_BUILD 4 #define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD) #ifdef __cplusplus