Update .bumpversion.cfg

This commit is contained in:
Eugene Pankov 2022-07-27 00:17:59 +02:00
parent 8061cdcf9b
commit 62be795038
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -15,6 +15,10 @@ replace = version = "{new_version}"
search = version = "{current_version}"
replace = version = "{new_version}"
[bumpversion:file:warpgate-database-protocols/Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
[bumpversion:file:warpgate-db-entities/Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"