From cf949f45ca6d172a177b00da21310607b97bc7a7 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Sun, 3 May 2020 16:03:07 -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 925cd4d5..8caa7852 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 0 +#define UNITY_VERSION_BUILD 1 #define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD) #ifdef __cplusplus