warpgate/.bumpversion.cfg

13 lines
299 B
INI
Raw Normal View History

2022-04-17 04:40:30 +08:00
[bumpversion]
2022-04-17 04:41:04 +08:00
current_version = 0.1.1
2022-04-17 04:40:30 +08:00
commit = True
tag = True
[bumpversion:file:warpgate/Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
2022-04-18 19:16:34 +08:00
[bumpversion:file:warpgate-admin/Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"