diff --git a/Cargo.toml b/Cargo.toml index a06d4ea..1e7ac53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diskspace" -version = "0.3.0" +version = "0.4.0" authors = ["Eric Jackson "] description = "Friendly command line utility for finding the largest files and directories" repository = "https://github.com/swiftgist/diskspace" diff --git a/src/cli.rs b/src/cli.rs index 51642b8..f0c7ef2 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -3,7 +3,7 @@ use clap::{App, Arg, ArgMatches}; pub fn get_matches() -> ArgMatches<'static> { App::new("DiskSpace") - .version("0.3.0") + .version("0.4.0") .author("Eric Jackson ") .about("Displays disk space usage") .arg(