Skip to content

Commit

Permalink
v1.1.1 fixed cli param issue
Browse files Browse the repository at this point in the history
  • Loading branch information
harold-b committed Sep 15, 2021
1 parent 973854b commit 9638a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define BLADEBIT_VERSION_MAJ 1
#define BLADEBIT_VERSION_MIN 1
#define BLADEBIT_VERSION_REV 0
#define BLADEBIT_VERSION_REV 1

#define BLADEBIT_VERSION \
((uint64)BLADEBIT_VERSION_MAJ) << 32 \
Expand Down

0 comments on commit 9638a06

Please sign in to comment.