Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Jackson <[email protected]>
  • Loading branch information
swiftgist committed Jun 7, 2019
1 parent f5a620d commit df00c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diskspace"
version = "0.3.0"
version = "0.4.0"
authors = ["Eric Jackson <[email protected]>"]
description = "Friendly command line utility for finding the largest files and directories"
repository = "https://github.com/swiftgist/diskspace"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>")
.about("Displays disk space usage")
.arg(
Expand Down

0 comments on commit df00c33

Please sign in to comment.