summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-01-04 09:31:04 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-01-04 09:31:04 +0800
commit523a0c6f44f767115da631b85e479d5cedd75674 (patch)
treebe2ff2d4916f117d4d3f58badd60e85d53a2d74c
parent3cb794dc89ce13cf10632de13d1f8ec91646c537 (diff)
(cargo-release) version 2.10.8v2.10.8
-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 4f7006d..61ebb08 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -239,7 +239,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.10.7"
+version = "2.10.8"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 617dd0b..c66bcaa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.10.7"
+version = "2.10.8"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"