From 3c35e5e9c53d47a180a6ea2c87690ea9fad36928 Mon Sep 17 00:00:00 2001 From: Marc Klingen Date: Tue, 21 May 2024 12:32:58 +0200 Subject: [PATCH] chore: release v2.44.0 --- 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 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";