From a1ddd1cdd01bdd63cbf26f44ebe61bab0a2e5ed1 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Thu, 19 Mar 2026 09:54:22 -0300 Subject: [PATCH] chore: bump version to 6.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fe4ff8..3926346 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "botlib" -version = "6.1.0" +version = "6.3.0" edition = "2021" description = "Shared library for General Bots - common types, utilities, and HTTP client" license = "AGPL-3.0"