summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-12-16 12:02:30 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-12-16 12:02:30 +0800
commitd1faaac20efd8eda07ff8564e834eae8062a5828 (patch)
treebb4d2aed8ce25d673debe0714629943c5379084b
parent20d9094a6d604badc4e70c9d1f45bca65f35c849 (diff)
(cargo-release) version 2.10.7
-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 95cd500..9b04744 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -287,7 +287,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.10.6"
+version = "2.10.7"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 0afb5a1..193beac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.10.6"
+version = "2.10.7"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"