diff --git a/package.json b/package.json index 57d9197d51..47250ce8a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "langfuse", - "version": "2.43.2", + "version": "2.44.0", "author": "engineering@langfuse.com", "license": "MIT", "private": true, diff --git a/web/package.json b/web/package.json index 49e981760b..66bca1cae3 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "2.43.2", + "version": "2.44.0", "private": true, "license": "MIT", "engines": { diff --git a/web/src/constants/VERSION.ts b/web/src/constants/VERSION.ts index c96bf220d7..a32b688cb1 100644 --- a/web/src/constants/VERSION.ts +++ b/web/src/constants/VERSION.ts @@ -1 +1 @@ -export const VERSION = "v2.43.2"; +export const VERSION = "v2.44.0"; diff --git a/worker/package.json b/worker/package.json index 9c0b0169ba..fcc0ca50fc 100644 --- a/worker/package.json +++ b/worker/package.json @@ -1,6 +1,6 @@ { "name": "worker", - "version": "2.43.2", + "version": "2.44.0", "description": "", "license": "MIT", "main": "index.js", diff --git a/worker/src/constants/VERSION.ts b/worker/src/constants/VERSION.ts index c96bf220d7..a32b688cb1 100644 --- a/worker/src/constants/VERSION.ts +++ b/worker/src/constants/VERSION.ts @@ -1 +1 @@ -export const VERSION = "v2.43.2"; +export const VERSION = "v2.44.0";