[eric] 1.0.21 prod push

This commit is contained in:
ciregenz
2026-04-05 21:45:08 -07:00
parent c150025219
commit e78a9744a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from backend.apps.analytics.collector import init as init_collector, shutdown as
logger = logging.getLogger(__name__)
APP_VERSION = "1.0.20"
APP_VERSION = "1.0.21"
_heartbeat_task: asyncio.Task | None = None