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 033f234 commit a294775Copy full SHA for a294775
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "llama-stack-client",
3
- "version": "0.2.23",
+ "version": "0.3.0",
4
"description": "The official TypeScript library for the Llama Stack Client API",
5
"author": "Llama Stack Client <[email protected]>",
6
"types": "dist/index.d.ts",
src/version.ts
@@ -4,4 +4,4 @@
// This source code is licensed under the terms described in the LICENSE file in
// the root directory of this source tree.
7
-export const VERSION = '0.2.23'; // x-release-please-version
+export const VERSION = '0.3.0'; // x-release-please-version
0 commit comments