diff --git a/Cargo.lock b/Cargo.lock index 17f3bcf..24a4a88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,7 +258,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainsaw" -version = "2.9.3" +version = "2.10.0-beta.0" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ca85169..18e821d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainsaw" -version = "2.9.3" +version = "2.10.0-beta.0" repository = "https://github.com/WithSecureLabs/chainsaw" description = "Rapidly Search and Hunt Through Windows Forensic Artefacts" authors = ["James Dorgan ","Alex Kornitzer "]