From 5c7adea22e50c31bd12c1030081b3703ad345fcf Mon Sep 17 00:00:00 2001 From: forensicmatt Date: Fri, 23 Jun 2017 21:22:46 -0500 Subject: version change --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ") .about("Parse $MFT.") .arg(source_arg) -- cgit v1.2.3