warpgate/.bumpversion.cfg

13 lines
307 B
INI
Raw Normal View History

2022-04-17 04:40:30 +08:00
[bumpversion]
2022-06-18 01:22:45 +08:00
current_version = 0.2.5
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
2022-06-27 02:50:04 +08:00
[bumpversion:file:warpgate-protocol-http/Cargo.toml]
2022-04-18 19:16:34 +08:00
search = version = "{current_version}"
replace = version = "{new_version}"