Skip to content

Commit f77879c

Browse files
committed
cli: bump minor version due to core changes
1 parent ecce498 commit f77879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.c

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

1414
#define VERSION_MAJOR 0 /* non-backwards-compatible changes */
1515
#define VERSION_MINOR 5 /* backwards compatible api changes */
16-
#define VERSION_PATCH 1 /* backwards-compatible changes */
16+
#define VERSION_PATCH 2 /* backwards-compatible changes */
1717

1818
#define VERSION_STR \
1919
STRINGIFY(VERSION_MAJOR) "." \

0 commit comments

Comments
 (0)