Skip to content

Commit

Permalink
bump cli version due to core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco149 committed Nov 18, 2018
1 parent 1970aed commit 3be98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define VERSION_MAJOR 0 /* non-backwards-compatible changes */
#define VERSION_MINOR 6 /* backwards compatible api changes */
#define VERSION_PATCH 0 /* backwards-compatible changes */
#define VERSION_PATCH 1 /* backwards-compatible changes */

#define VERSION_STR \
STRINGIFY(VERSION_MAJOR) "." \
Expand Down

0 comments on commit 3be98c5

Please sign in to comment.