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"),