From 1897c2ca81786fdf762f6d1a4db652c8cedc6025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 31 Oct 2025 22:56:52 +0000 Subject: [PATCH] build: Bump version to 0.3.2.dev0 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9aeedec..c8cc6ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llama-stack-client", - "version": "0.4.0-alpha.1", + "version": "0.3.2.dev0", "description": "The official TypeScript library for the Llama Stack Client API", "author": "Llama Stack Client ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 3d185c9..83327b0 100644 --- a/src/version.ts +++ b/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. -export const VERSION = '0.4.0-alpha.1'; // x-release-please-version +export const VERSION = '0.3.2.dev0'; // x-release-please-version