From 74ba4e45de00fa498df4039a58b8ac96ebe3cbad Mon Sep 17 00:00:00 2001 From: DustInDark Date: Sun, 12 Jun 2022 16:03:16 +0900 Subject: [PATCH] fixed version number in config #587 --- src/detections/configs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detections/configs.rs b/src/detections/configs.rs index 15b2e973..ed5c49e3 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -102,7 +102,7 @@ fn build_app<'a>() -> ArgMatches<'a> { --contributors 'Prints the list of contributors.'"; App::new(&program) .about("Hayabusa: Aiming to be the world's greatest Windows event log analysis tool!") - .version("1.3.1-dev") + .version("1.3.1") .author("Yamato Security (https://github.com/Yamato-Security/hayabusa) @SecurityYamato") .setting(AppSettings::VersionlessSubcommands) .arg(