From c0a55fbf120a8962d374507306f611ee54a22f01 Mon Sep 17 00:00:00 2001 From: Ilya Gusev Date: Sat, 18 Jul 2026 15:09:03 +0000 Subject: [PATCH] chore: bump version to 0.1.24 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 fe4af6b..4d6c509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "keenable-cli" -version = "0.1.23" +version = "0.1.24" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 01b68eb..8c90aed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keenable-cli" -version = "0.1.23" +version = "0.1.24" edition = "2024" description = "Keenable CLI — authenticate, manage API keys, configure MCP, and search the web" authors = ["grigorevp "]