Skip to content

Commit f1152b1

Browse files
author
JamesD
committed
build: bump to version 2.11.0
1 parent 16b81ff commit f1152b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chainsaw"
3-
version = "2.10.4"
3+
version = "2.11.0"
44
repository = "https://github.com/WithSecureLabs/chainsaw"
55
description = "Rapidly Search and Hunt Through Windows Forensic Artefacts"
66
authors = ["James Dorgan <[email protected]>","Alex Kornitzer <[email protected]>"]

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
in {
3333
chainsaw = pkgs.rustPlatform.buildRustPackage {
3434
pname = "chainsaw";
35-
version = "2.10.3";
35+
version = "2.11.0";
3636

3737
src = ./.;
3838

0 commit comments

Comments
 (0)