summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-21 10:48:30 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-21 10:49:26 +0800
commit387cc1f86e5aec8a20a25ea71f74e948b110d2c6 (patch)
tree50a7a6f4435cf44184ddbade4a9d16fbdfdb3a42
parenteb015d38cbe01ff6b04855ad94936cd8f59be4bc (diff)
Bump versionv2.1.9
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f5b54f5..efcccef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -183,7 +183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "dua-cli"
-version = "2.1.8"
+version = "2.1.9"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"byte-unit 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 0b60a3d..eed2c97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.1.8"
+version = "2.1.9"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]