summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-22 13:53:44 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-22 13:53:44 +0800
commit4298271100197a2dec7b6bee296f4395ba7fcdcd (patch)
tree1f62b48d732ec324c889b851936fb40cba1262ad
parent2f6bb76452b37b47f1f465d8c09ee72c4ed61f14 (diff)
(cargo-release) start next development iteration 2.3.1-alpha.0
-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 302d8c2..db46752 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -185,7 +185,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.3.0"
+version = "2.3.1-alpha.0"
dependencies = [
"atty",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index 8a21b65..53c7094 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.3.0"
+version = "2.3.1-alpha.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.*"]