From 47aed46ba30adac82abf7d8be331039e597a60b7 Mon Sep 17 00:00:00 2001 From: Alex Kornitzer Date: Fri, 7 Oct 2022 16:30:52 +0100 Subject: [PATCH] build: bump to version 2.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c246f9d..0fc9e60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainsaw" -version = "2.1.0" +version = "2.1.1" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index dade2b9..e842aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainsaw" -version = "2.1.0" +version = "2.1.1" repository = "https://github.com/countercept/chainsaw" description = "Rapidly Search and Hunt Through Windows Event Logs" authors = ["James Dorgan ","Alex Kornitzer "]