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';