Skip to content

Commit

Permalink
refactor(cli): version number bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
ms0g committed Sep 6, 2022
1 parent bc78390 commit e5b6c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define VERSION_MAJOR 0
#define VERSION_MINOR 3
#define VERSION_PATCH 2
#define VERSION_PATCH 3

#define STRINGIFY0(s) # s
#define STRINGIFY(s) STRINGIFY0(s)
Expand Down

0 comments on commit e5b6c33

Please sign in to comment.