Create alpha release version

This commit is contained in:
andy.boot
2022-02-27 09:49:05 +00:00
parent 48bf656123
commit a18f90ca0f
3 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -148,7 +148,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "du-dust"
version = "0.8.0"
version = "0.8.1-alpha.2"
dependencies = [
"ansi_term",
"assert_cmd",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
version = "0.8.0"
version = "0.8.1-alpha.2"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"
readme = "README.md"
+1
View File
@@ -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