From c3a1f21db2090ff4f1f47373eb1b29afd6d6856f Mon Sep 17 00:00:00 2001 From: wiseaidev Date: Sun, 3 Mar 2024 17:16:31 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb39eb6..1c83b55 100644 --- a/README.md +++ b/README.md @@ -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]