diff --git a/telegram-bot-api/7.9/data.yml b/telegram-bot-api/7.10/data.yml similarity index 100% rename from telegram-bot-api/7.9/data.yml rename to telegram-bot-api/7.10/data.yml diff --git a/telegram-bot-api/7.9/docker-compose.yml b/telegram-bot-api/7.10/docker-compose.yml similarity index 95% rename from telegram-bot-api/7.9/docker-compose.yml rename to telegram-bot-api/7.10/docker-compose.yml index 279f8b821..6524d52ee 100644 --- a/telegram-bot-api/7.9/docker-compose.yml +++ b/telegram-bot-api/7.10/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: telegram-bot-api: - image: aiogram/telegram-bot-api:7.9 + image: aiogram/telegram-bot-api:7.10 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/telegram-bot-api/7.9/scripts/init.sh b/telegram-bot-api/7.10/scripts/init.sh similarity index 100% rename from telegram-bot-api/7.9/scripts/init.sh rename to telegram-bot-api/7.10/scripts/init.sh diff --git a/telegram-bot-api/7.9/scripts/uninstall.sh b/telegram-bot-api/7.10/scripts/uninstall.sh similarity index 100% rename from telegram-bot-api/7.9/scripts/uninstall.sh rename to telegram-bot-api/7.10/scripts/uninstall.sh diff --git a/telegram-bot-api/7.9/scripts/upgrade.sh b/telegram-bot-api/7.10/scripts/upgrade.sh similarity index 100% rename from telegram-bot-api/7.9/scripts/upgrade.sh rename to telegram-bot-api/7.10/scripts/upgrade.sh