Skip to content

Commit

Permalink
fix: Correct init-template
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 15, 2024
1 parent 8796e62 commit d07c7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ current_version = "0.0.0"
[[files]]
path = "Cargo.toml"
search = "version = \"{current_version}\""
replace = "version = \"{new_version}\""
search = "version = \"{{current_version}}\""
replace = "version = \"{{new_version}}\""
"#;

#[derive(Clone, Serialize, Deserialize)]
Expand Down

0 comments on commit d07c7bc

Please sign in to comment.