From 2df4408f1afd0546da638a1587bebdf5c626e652 Mon Sep 17 00:00:00 2001 From: Gianluca Brigandi Date: Tue, 24 Jun 2025 12:18:18 -0700 Subject: [PATCH] version bump to 0.2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40e5aca..a883d3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-server-wazuh" -version = "0.2.2" +version = "0.2.3" edition = "2021" description = "Wazuh SIEM MCP Server" authors = ["Gianluca Brigandi "]