diff --git a/telegram-bot-api/7.8/data.yml b/telegram-bot-api/7.9/data.yml similarity index 100% rename from telegram-bot-api/7.8/data.yml rename to telegram-bot-api/7.9/data.yml diff --git a/telegram-bot-api/7.8/docker-compose.yml b/telegram-bot-api/7.9/docker-compose.yml similarity index 95% rename from telegram-bot-api/7.8/docker-compose.yml rename to telegram-bot-api/7.9/docker-compose.yml index 1cde2e28b..23515e620 100644 --- a/telegram-bot-api/7.8/docker-compose.yml +++ b/telegram-bot-api/7.9/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: telegram-bot-api: - image: aiogram/telegram-bot-api:7.8 + image: aiogram/telegram-bot-api:7.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/telegram-bot-api/7.8/scripts/init.sh b/telegram-bot-api/7.9/scripts/init.sh similarity index 100% rename from telegram-bot-api/7.8/scripts/init.sh rename to telegram-bot-api/7.9/scripts/init.sh diff --git a/telegram-bot-api/7.8/scripts/uninstall.sh b/telegram-bot-api/7.9/scripts/uninstall.sh similarity index 100% rename from telegram-bot-api/7.8/scripts/uninstall.sh rename to telegram-bot-api/7.9/scripts/uninstall.sh diff --git a/telegram-bot-api/7.8/scripts/upgrade.sh b/telegram-bot-api/7.9/scripts/upgrade.sh similarity index 100% rename from telegram-bot-api/7.8/scripts/upgrade.sh rename to telegram-bot-api/7.9/scripts/upgrade.sh