[eric] version 1.0.19

This commit is contained in:
ciregenz
2026-03-28 10:54:50 -07:00
parent ab42a9db05
commit b75c6f8fe2
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.18"
APP_VERSION = "1.0.19"
_heartbeat_task: asyncio.Task | None = None
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openswarm",
"version": "1.0.18",
"version": "1.0.19",
"description": "OpenSwarm — AI Agent Orchestrator",
"main": "main.js",
"scripts": {