summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2022-02-27 09:49:05 +0000
committerandy.boot <bootandy@gmail.com>2022-02-27 09:49:05 +0000
commit403f78644c3cf11ae549e95394905ccb9c6b30ad (patch)
treef9753272c0db01b45d344d3d8bc39faa0c881fc6
parent2c6aaa4c41c8139a826add679c3e11cfcc583c75 (diff)
Testing releasesv0.8.1-alpha.1
-rw-r--r--Cargo.toml2
-rw-r--r--ci/how2publish.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cbb16d8..e0c0e16 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
-version = "0.8.0"
+version = "0.8.1-alpha.1"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"
readme = "README.md"
diff --git a/ci/how2publish.txt b/ci/how2publish.txt
index 482a68b..1c364bb 100644
--- a/ci/how2publish.txt
+++ b/ci/how2publish.txt
@@ -3,6 +3,7 @@
# tag a commit and push (increment version in Cargo.toml first):
# git tag v0.4.5
# git push origin v0.4.5
+# pre release notation: "0.8.1-alpha.1"
# cargo publish to put it in crates.io