Skip to content

Commit cf949f4

Browse files
authored
Bump Version
1 parent fd80d51 commit cf949f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define UNITY_VERSION_MAJOR 2
1212
#define UNITY_VERSION_MINOR 5
13-
#define UNITY_VERSION_BUILD 0
13+
#define UNITY_VERSION_BUILD 1
1414
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
1515

1616
#ifdef __cplusplus

0 commit comments

Comments
 (0)