Skip to content

Commit

Permalink
add quotes to ? example
Browse files Browse the repository at this point in the history
  • Loading branch information
René Galle committed Jun 3, 2020
1 parent 16f4abe commit 49058b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nextver -c 0.1.0 -p 0.x.0 # prints 0.2.0
- in case you don't know / care about higher position versions, use `?` to keep their current value:

```
nextver -c 1.2.0 -p ?.x.0 # prints 1.3.0
nextver -c 1.2.0 -p '?.x.0' # prints 1.3.0
```

- bump versions explicitly, with the auto-increment being reset to `0`:
Expand Down

0 comments on commit 49058b5

Please sign in to comment.