Skip to content

Commit

Permalink
sway -m from major to minor option
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Oct 21, 2019
1 parent b3184ff commit c21cb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump.nim
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ proc run*(exe: string; args: varargs[string, `$`]): bool =
else:
notice ran

proc bump*(major = false; minor = false; patch = true; release = false;
proc bump*(minor = false; major = false; patch = true; release = false;
dry_run = false; directory = "."; target = ""; log_level = logLevel;
message: seq[string]): int =
## the entry point from the cli
Expand Down

0 comments on commit c21cb37

Please sign in to comment.