summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-05-09 14:50:07 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-05-09 14:50:07 +0800
commit41f0e6d37448535af0bf3ce504e62ec622a2dc74 (patch)
treea92ecc8887015fe692c820dd032e2a368ce5bda3
parent08eb0e2034779bd0df7899f75cbd30531103cd9c (diff)
(cargo-release) version 2.11.3v2.11.3
-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 89cb9cf..34e09a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -226,7 +226,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "dua-cli"
-version = "2.11.2"
+version = "2.11.3"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index ecfa11f..445a2f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.11.2"
+version = "2.11.3"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"