Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
waltzofpearls committed Nov 13, 2023
1 parent 755c0a6 commit d8e658b
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 @@ -217,7 +217,7 @@ It will output something like this:
./belt/Cargo.toml:3:version = "0.1.5"
```

Next, automatically bump the version with `make bump-verison` or manually update verion numbers in
Next, automatically bump the version with `make bump-version` or manually update verion numbers in
those listed files. When auto incrementing version with `make bump-version`, it will only bump the
patch version, for example, 0.1.5 will become 0.1.6.

Expand Down

0 comments on commit d8e658b

Please sign in to comment.