diff --git a/crates/teloxide-core/src/lib.rs b/crates/teloxide-core/src/lib.rs index d01f1f15..a2b8f688 100644 --- a/crates/teloxide-core/src/lib.rs +++ b/crates/teloxide-core/src/lib.rs @@ -1,7 +1,7 @@ //! Core part of the [`teloxide`] library. //! //! This library provides tools for making requests to the [Telegram Bot API] -//! (Currently, version `6.6` is supported) with ease. The library is fully +//! (Currently, version `6.9` is supported) with ease. The library is fully //! asynchronous and built using [`tokio`]. //! //!```toml