bump_cargo_version 0.1.3

Command line tool for bump up cargo version
1
2
3
4
mod cli;
fn main() {
    cli::cli::cli();
}