Skip to content

Commit

Permalink
Update CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Aug 27, 2020
1 parent 05b8a87 commit 3628ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snarkos/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub trait CLI {

App::new(Self::NAME)
.about(Self::ABOUT)
.version("1.1.14-alpha.0")// TODO (raychu86) Add auto fill for crate version
.version("1.1.4")// TODO (raychu86) Add auto fill for crate version
.settings(&[
AppSettings::ColoredHelp,
// AppSettings::DisableHelpSubcommand,
Expand Down

0 comments on commit 3628ab7

Please sign in to comment.