From df00c33ce50983a440c80b650b5a1a7dbaa549e7 Mon Sep 17 00:00:00 2001 From: Eric Jackson Date: Fri, 7 Jun 2019 15:37:38 -0400 Subject: [PATCH] Update version Signed-off-by: Eric Jackson --- Cargo.toml | 2 +- src/cli.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(