From 346120cb0b916f72abd2fdad577ae1c606aba1a2 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Thu, 19 Mar 2026 09:55:08 -0300 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f8ee05..4bda3b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottest" -version = "6.1.0" +version = "6.3.0" edition = "2021" description = "Comprehensive test suite for General Bots - Unit, Integration, and E2E testing" license = "AGPL-3.0"