From 6c552b9daae6478ead9b9d6ef1c3e1dac5f4b90c Mon Sep 17 00:00:00 2001 From: Alexander Kiselev Date: Sun, 22 Feb 2026 16:33:19 -0800 Subject: [PATCH] fix: bump version to 0.1.6 in Cargo.toml and Cargo.lock --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"