# cargo-incversion Command line utility to increment cargo version. ## Installation - Run `cargo install cargo-incversion` ## Usage `cargo-incversion [OPTIONS]` ### OPTIONS - `-M` : Increments the major part of the version field by one - `-m` : Increments the minor part of the version field by one - `-p` : Increments the patch part of the version field by one - `-c ` : Sets the version field of Cargo.toml to ``