From b5d112f9c50743b1add6d888433979f866ac0177 Mon Sep 17 00:00:00 2001 From: Ilya Gusev Date: Wed, 19 Aug 2026 20:25:06 +0000 Subject: [PATCH] chore: bump version to 0.2.3 Co-Authored-By: Claude Fable 5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11950ba..6529af9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -889,7 +889,7 @@ dependencies = [ [[package]] name = "keenable-cli" -version = "0.2.2" +version = "0.2.3" dependencies = [ "axoupdater", "clap", diff --git a/Cargo.toml b/Cargo.toml index 703f15f..90aa414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keenable-cli" -version = "0.2.2" +version = "0.2.3" edition = "2024" description = "Keenable CLI — authenticate, manage API keys, configure MCP, and search the web" authors = ["grigorevp "]