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 7e953c7 commit 50f7e6eCopy full SHA for 50f7e6e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "llama-stack-client",
3
- "version": "0.2.20",
+ "version": "0.2.21",
4
"description": "The official TypeScript library for the Llama Stack Client API",
5
"author": "Llama Stack Client <llamastack@meta.com>",
6
"types": "dist/index.d.ts",
src/version.ts
@@ -1 +1 @@
-export const VERSION = '0.2.20'; // x-release-please-version
+export const VERSION = '0.2.21'; // x-release-please-version
0 commit comments