From 2080dacd084420aa26cdcda0e27d17d02d5a681e Mon Sep 17 00:00:00 2001 From: Yash Khurana Date: Tue, 11 Aug 2026 00:17:08 -0700 Subject: [PATCH] chore: prepare v0.13.4 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index be95d7c..7a453c6 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: app: - image: ghcr.io/yoloyash/overtchat-app:${APP_VERSION:-0.13.3} + image: ghcr.io/yoloyash/overtchat-app:${APP_VERSION:-0.13.4} build: . container_name: overtchat-app restart: unless-stopped