Skip to content

Commit eb79bce

Browse files
committed
Bump version to encapsulate recent changes.
1 parent fe8d1e9 commit eb79bce

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
@@ -11,7 +11,7 @@
1111

1212
#define UNITY_VERSION_MAJOR 2
1313
#define UNITY_VERSION_MINOR 6
14-
#define UNITY_VERSION_BUILD 1
14+
#define UNITY_VERSION_BUILD 2
1515
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
1616

1717
#ifdef __cplusplus

0 commit comments

Comments
 (0)