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