From 12fba8ad4b622a4f04c82f4b78c43e4af749f09a Mon Sep 17 00:00:00 2001 From: Devid HW Date: Thu, 23 Apr 2026 01:26:08 +0700 Subject: [PATCH] bump version to 1.32.3 Co-Authored-By: Claude Sonnet 4.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7916826..a76639b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "mt5-quant" -version = "1.32.1" +version = "1.32.3" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index dfc7842..9490c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mt5-quant" -version = "1.32.1" +version = "1.32.3" edition = "2021" description = "MCP server for MT5 strategy development on macOS/Linux" authors = ["masdevid "]