From ba9d5217a490664a2d24b7270aea600600800c0a Mon Sep 17 00:00:00 2001 From: Marlies Mayerhofer <74332854+marliessophie@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:38:15 +0200 Subject: [PATCH] chore: release v2.65.1 --- package.json | 2 +- web/package.json | 2 +- web/src/constants/VERSION.ts | 2 +- worker/package.json | 2 +- worker/src/constants/VERSION.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb6c6c71c11f..f841bf4b67bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "langfuse", - "version": "2.65.0", + "version": "2.65.1", "author": "engineering@langfuse.com", "license": "MIT", "private": true, diff --git a/web/package.json b/web/package.json index e4310da2dd31..701db6856bab 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "2.65.0", + "version": "2.65.1", "private": true, "license": "MIT", "engines": { diff --git a/web/src/constants/VERSION.ts b/web/src/constants/VERSION.ts index e38705c94e1a..d71b492b7cf9 100644 --- a/web/src/constants/VERSION.ts +++ b/web/src/constants/VERSION.ts @@ -1 +1 @@ -export const VERSION = "v2.65.0"; +export const VERSION = "v2.65.1"; diff --git a/worker/package.json b/worker/package.json index 1cc9607dd635..6071e8fb8af3 100644 --- a/worker/package.json +++ b/worker/package.json @@ -1,6 +1,6 @@ { "name": "worker", - "version": "2.65.0", + "version": "2.65.1", "description": "", "license": "MIT", "private": true, diff --git a/worker/src/constants/VERSION.ts b/worker/src/constants/VERSION.ts index e38705c94e1a..d71b492b7cf9 100644 --- a/worker/src/constants/VERSION.ts +++ b/worker/src/constants/VERSION.ts @@ -1 +1 @@ -export const VERSION = "v2.65.0"; +export const VERSION = "v2.65.1";