Skip to content

Commit 6d11a8d

Browse files
committed
bump version in help text
1 parent e4d7631 commit 6d11a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use std::{
1717
#[derive(Parser, Debug)]
1818
#[command(name = "Erdtree")]
1919
#[command(author = "Benjamin Nguyen. <[email protected]>")]
20-
#[command(version = "1.0")]
20+
#[command(version = "1.1")]
2121
#[command(about = "erdtree (et) is a multi-threaded filetree visualizer and disk usage analyzer.", long_about = None)]
2222
pub struct Clargs {
2323
/// Root directory to traverse; defaults to current working directory

0 commit comments

Comments
 (0)