mirror of
https://github.com/TECHNOFAB11/bump2version.git
synced 2025-12-10 23:20:07 +01:00
update readme
This commit is contained in:
parent
cf9df8cfdb
commit
c3a1f21db2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Here's an example `.bumpversion.toml` configuration file you can use in your pro
|
|||
|
||||
```toml
|
||||
[bumpversion]
|
||||
current_version = "0.1.0" # Specify the current version of your project.
|
||||
current_version = 0.1.0 # Specify the current version of your project, samne value as Cargo.toml version
|
||||
|
||||
# Specify how to search for and replace the version in the 'Cargo.toml' file.
|
||||
[bumpversion:file:Cargo.toml]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue