cargo-bump 0.0.0

Increments the version number of the current project.
1
2
3
4
5
6
7
8
extern crate cargo;
extern crate clap;

mod options;

fn main() {
    println!("{:?}", options::get_options());
}