warpgate/.bumpversion.cfg
2022-07-06 09:27:16 +02:00

9 lines
169 B
INI

[bumpversion]
current_version = 0.3.0
commit = True
tag = True
[bumpversion:file:Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"