update readme

This commit is contained in:
wiseaidev 2024-03-03 17:16:31 +02:00
parent cf9df8cfdb
commit c3a1f21db2
No known key found for this signature in database
GPG key ID: 581B9704F8B836C3

View file

@ -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]