We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1fe46 commit 8b358baCopy full SHA for 8b358ba
typescript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "multi-agent-orchestrator",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "Multi-Agent Orchestrator framework",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
typescript/src/common/src/version.ts
@@ -1,2 +1,2 @@
// this file is auto generated, do not modify
-export const MAOTS_VERSION = '0.1.5';
+export const MAOTS_VERSION = '0.1.6';
0 commit comments