Skip to content

Commit 3be98c5

Browse files
committed
bump cli version due to core changes
1 parent 1970aed commit 3be98c5

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 6 /* backwards compatible api changes */
16-
#define VERSION_PATCH 0 /* backwards-compatible changes */
16+
#define VERSION_PATCH 1 /* backwards-compatible changes */
1717

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

0 commit comments

Comments
 (0)