From 3ef2b914148001d2a8cdb2c5be18be4b9300328c Mon Sep 17 00:00:00 2001 From: Patrick Vice Date: Tue, 21 Jul 2026 14:26:58 -0400 Subject: [PATCH] bump version to 1.0.1 --- lib/ruby_llm/mcp/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby_llm/mcp/version.rb b/lib/ruby_llm/mcp/version.rb index 547f2be..6b3dc09 100644 --- a/lib/ruby_llm/mcp/version.rb +++ b/lib/ruby_llm/mcp/version.rb @@ -2,6 +2,6 @@ module RubyLLM module MCP - VERSION = "1.0.0" + VERSION = "1.0.1" end end