Skip to content

Commit

Permalink
chore: release v2.43.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed May 17, 2024
1 parent bb73243 commit a7131dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langfuse",
"version": "2.43.1",
"version": "2.43.2",
"author": "engineering@langfuse.com",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "2.43.1",
"version": "2.43.2",
"private": true,
"license": "MIT",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/constants/VERSION.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "v2.43.1";
export const VERSION = "v2.43.2";
2 changes: 1 addition & 1 deletion worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "worker",
"version": "2.43.1",
"version": "2.43.2",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion worker/src/constants/VERSION.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "v2.43.1";
export const VERSION = "v2.43.2";

0 comments on commit a7131dc

Please sign in to comment.