chore(release): bump version to 3.11.4
Deploy Telegram Bot / build-and-push (push) Successful in 18m58s
Deploy Telegram Bot / scan-images (push) Successful in 11m17s
Deploy Telegram Bot / deploy (push) Successful in 2m38s

- Update compose.yaml image tags to 3.11.4 so deploy pulls the freshly
  built images instead of the stale 3.11.3 ones.
- Update NavMenu version label to 3.11.4.
- Refresh README description of the dashboard edit test.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 15:07:13 +03:00
parent 836d74f43b
commit f65c18f0d3
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -49,7 +49,7 @@ services:
crond -f
bot:
image: git.codeanddice.ru/toutsu/gmrelay-bot:3.11.3
image: git.codeanddice.ru/toutsu/gmrelay-bot:3.11.4
restart: always
depends_on:
db:
@@ -67,7 +67,7 @@ services:
retries: 3
discord:
image: git.codeanddice.ru/toutsu/gmrelay-discord-bot:3.11.3
image: git.codeanddice.ru/toutsu/gmrelay-discord-bot:3.11.4
restart: always
depends_on:
db:
@@ -86,7 +86,7 @@ services:
retries: 3
web:
image: git.codeanddice.ru/toutsu/gmrelay-web:3.11.3
image: git.codeanddice.ru/toutsu/gmrelay-web:3.11.4
restart: always
depends_on:
db: