Skip to content

Commit df00c33

Browse files
committed
Update version
Signed-off-by: Eric Jackson <[email protected]>
1 parent f5a620d commit df00c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diskspace"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Eric Jackson <[email protected]>"]
55
description = "Friendly command line utility for finding the largest files and directories"
66
repository = "https://github.com/swiftgist/diskspace"

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use clap::{App, Arg, ArgMatches};
33

44
pub fn get_matches() -> ArgMatches<'static> {
55
App::new("DiskSpace")
6-
.version("0.3.0")
6+
.version("0.4.0")
77
.author("Eric Jackson <[email protected]>")
88
.about("Displays disk space usage")
99
.arg(

0 commit comments

Comments
 (0)