Skip to content

Commit

Permalink
chore: release v2.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeichmann committed May 8, 2024
1 parent 06bf830 commit 9fc1f79
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.38.0",
"version": "2.38.1",
"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.38.0",
"version": "2.38.1",
"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.38.0";
export const VERSION = "v2.38.1";
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.38.0",
"version": "2.38.1",
"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.38.0";
export const VERSION = "v2.38.1";

0 comments on commit 9fc1f79

Please sign in to comment.