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 f37d180 commit 2432d2cCopy full SHA for 2432d2c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "llama-stack-client",
3
- "version": "0.3.3rc1",
+ "version": "0.3.3",
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.3.3rc1'; // x-release-please-version
+export const VERSION = '0.3.3'; // x-release-please-version
0 commit comments