diff --git a/Cargo.lock b/Cargo.lock index bcbe683..afd899d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,7 +739,7 @@ dependencies = [ [[package]] name = "ghidra-cli" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f0cf1a5..d7fe40d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghidra-cli" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Alexander Kiselev"] description = "Rust CLI to run Ghidra headless for reverse engineering with Claude Code and other agents"