From 9092cc23015f863f72c0b89228552cd5c9eede87 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Tue, 17 May 2022 09:00:12 +0900 Subject: [PATCH] fixed version number #521 (#522) * fixed version number #521 * Fixed clipy err Co-authored-by: garigariganzy --- 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 eff22a24..9ef53a10 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -96,7 +96,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.2.0") + .version("1.2.1") .author("Yamato Security (https://github.com/Yamato-Security/hayabusa) @SecurityYamato") .setting(AppSettings::VersionlessSubcommands) .arg(