From d86930b1126501b05ef174411c28250e6440206a Mon Sep 17 00:00:00 2001 From: Bryan Atkinson Date: Thu, 11 Jul 2024 13:04:51 +0000 Subject: [PATCH] Update GENKIT_VERSION global to latest. --- js/core/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/core/src/index.ts b/js/core/src/index.ts index 71ebb997c4..72274e472a 100644 --- a/js/core/src/index.ts +++ b/js/core/src/index.ts @@ -14,7 +14,7 @@ * limitations under the License. */ -export const GENKIT_VERSION = '0.5.0'; +export const GENKIT_VERSION = '0.5.5'; export const GENKIT_CLIENT_HEADER = `genkit-node/${GENKIT_VERSION} gl-node/${process.versions.node}`; export * from './action.js';