Provide version information with -V

clap does most of this for you - I had forgotten to wire it up
https://github.com/bootandy/dust/issues/33

increment build version
This commit is contained in:
andy.boot
2019-11-02 00:41:16 +00:00
parent 224a2c6f25
commit 9a9cbefd3d
3 changed files with 59 additions and 58 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
version = "0.4.0"
version = "0.4.1"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"