From 76dbbb9436710727bd8aafe8e189960abf2579da Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:48:10 +0000 Subject: [PATCH] chore(release): bump version to 0.2.4 Co-Authored-By: Sachin Iyer --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4858cc5..2a7e42c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,7 +654,7 @@ dependencies = [ [[package]] name = "detail-cli" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "axoupdater", diff --git a/Cargo.toml b/Cargo.toml index 007f151..a736042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "xtask"] [package] name = "detail-cli" -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["Detail Team "] license = "MIT"