Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/RustyMft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorforensicmatt <matthew.seyer@gmail.com>2017-06-24 05:22:46 +0300
committerforensicmatt <matthew.seyer@gmail.com>2017-06-24 05:22:46 +0300
commit5c7adea22e50c31bd12c1030081b3703ad345fcf (patch)
tree316e6b32aee8e65d366ad9b7b3040637fc2ec931
parent268bcb3004ab68aa620820f0f61f859b85c48aba (diff)
version change
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e112f8c..59f1d50 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -117,7 +117,7 @@ fn main() {
.help("JMES Query as bool only. (Prints whole record if true.)");
let options = App::new("RustyMft")
- .version("0.0.0")
+ .version("0.1.0")
.author("Matthew Seyer <https://github.com/forensicmatt/RustyMft>")
.about("Parse $MFT.")
.arg(source_arg)