From 444d9df762a5d9af2ae25589d7ee7d3ca0043c40 Mon Sep 17 00:00:00 2001 From: Alex Kornitzer Date: Fri, 13 Jan 2023 15:12:51 +0000 Subject: [PATCH] build: bump to version 2.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b77c22..a3452ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainsaw" -version = "2.3.0" +version = "2.3.1" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 774b87d..ce9adeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainsaw" -version = "2.3.0" +version = "2.3.1" repository = "https://github.com/countercept/chainsaw" description = "Rapidly Search and Hunt Through Windows Forensic Artefacts" authors = ["James Dorgan ","Alex Kornitzer "]