From 116c635804a909278b4b9de696cc4f145b7f4aaf Mon Sep 17 00:00:00 2001 From: Andrey Brusnik Date: Wed, 17 Jul 2024 21:58:27 +0400 Subject: [PATCH] Bump TBA version in schema --- crates/teloxide-core/schema.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teloxide-core/schema.ron b/crates/teloxide-core/schema.ron index 7cd1647b..0f311684 100644 --- a/crates/teloxide-core/schema.ron +++ b/crates/teloxide-core/schema.ron @@ -39,7 +39,7 @@ //! [github]: https://github.com/WaffleLapkin/tg-methods-schema Schema( - api_version: ApiVersion(ver: "6.8", date: "August 18, 2023"), + api_version: ApiVersion(ver: "6.9", date: "September 22, 2023"), methods: [ Method( names: ("getUpdates", "GetUpdates", "get_updates"),