Skip to content

Commit 5e3a3db

Browse files
committed
bump version
1 parent d3d348f commit 5e3a3db

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 2
14+
#define UNITY_VERSION_BUILD 3
1515
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
1616

1717
#ifdef __cplusplus

0 commit comments

Comments
 (0)