Skip to content

Commit

Permalink
bump version in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Feb 15, 2023
1 parent e4d7631 commit 6d11a8d
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 @@ -17,7 +17,7 @@ use std::{
#[derive(Parser, Debug)]
#[command(name = "Erdtree")]
#[command(author = "Benjamin Nguyen. <benjamin.van.nguyen@gmail.com>")]
#[command(version = "1.0")]
#[command(version = "1.1")]
#[command(about = "erdtree (et) is a multi-threaded filetree visualizer and disk usage analyzer.", long_about = None)]
pub struct Clargs {
/// Root directory to traverse; defaults to current working directory
Expand Down

0 comments on commit 6d11a8d

Please sign in to comment.