We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7549391 commit 34a22e4Copy full SHA for 34a22e4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "llama-stack-client",
3
- "version": "0.2.18",
+ "version": "0.0.0.dev20250826001509",
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.18'; // x-release-please-version
+export const VERSION = '0.0.0.dev20250826001509'; // x-release-please-version
0 commit comments