From fa1710c658ab09dccbd8b7eebd6479a74ecc1606 Mon Sep 17 00:00:00 2001 From: Eldinnie Date: Thu, 14 Feb 2019 12:35:57 +0100 Subject: [PATCH] add versionnumber of persistence --- Making-your-bot-persistent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Making-your-bot-persistent.md b/Making-your-bot-persistent.md index 0b9f231..f1af739 100644 --- a/Making-your-bot-persistent.md +++ b/Making-your-bot-persistent.md @@ -1,4 +1,4 @@ -In Vx.x we added a persistence mechanism to `telegram.ext`. This wiki is set up to help you understand and set up persistence for your bots. +In V12.0b1 we added a persistence mechanism to `telegram.ext`. This wiki is set up to help you understand and set up persistence for your bots. ## What can become persistent? The persistence structure is designed to make `chat_data`, `user_data` and `ConversationHandler`'s states persistent.