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:
Diffstat (limited to 'src/main.rs')
-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)