Skip to content

Commit

Permalink
fix: fix help typo in makefile (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyWindsck authored Aug 20, 2023
1 parent 46d54d4 commit 0e21ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ unittest:
bump-maj:
./tools/bumpver major

##? bump-man bump the minor version (0.X.0)
##? bump-min bump the minor version (0.X.0)
bump-min:
./tools/bumpver minor

Expand Down

0 comments on commit 0e21ff3

Please sign in to comment.