From 2250aba7a3272a67909b8ba01432df695a8dd5d3 Mon Sep 17 00:00:00 2001 From: Alex Kornitzer Date: Sat, 24 Aug 2024 16:27:22 +0100 Subject: [PATCH] build: bump to version 2.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24a4a88d..e8da1e0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,7 +258,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainsaw" -version = "2.10.0-beta.0" +version = "2.10.0" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3a9a2ccd..bc106b85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainsaw" -version = "2.10.0-beta.1" +version = "2.10.0" repository = "https://github.com/WithSecureLabs/chainsaw" description = "Rapidly Search and Hunt Through Windows Forensic Artefacts" authors = ["James Dorgan ","Alex Kornitzer "]