Skip to content

Commit

Permalink
Merge pull request #22 from aerickson/change_version_in_app_also
Browse files Browse the repository at this point in the history
make version match Cargo.toml
  • Loading branch information
TomasTomecek authored May 22, 2017
2 parents e3b1a12 + b8d3d86 commit 089813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub fn cli<'a, 'b>() -> App<'a, 'b> {
// FIXME: populate about with this
// let ref def_conf_desc = format!("Create default config at \"{}\".", get_default_config_path().to_str().unwrap());
App::new("pretty-zsh-prompt")
.version("0.0.1")
.version("0.1.0")
.author("Tomas Tomecek <[email protected]>")
.about("Get `git status` inside your shell prompt.")
.subcommand(SubCommand::with_name(CLI_DEFAULT_CONFIG_SUBC_NAME))
Expand Down

0 comments on commit 089813c

Please sign in to comment.