Skip to content

Commit bb95580

Browse files
authored
chore(version): bump to 1.5.1 (#21808)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 parent 0c39490 commit bb95580

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

api/configs/packaging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class PackagingInfo(PyProjectTomlConfig):
1010

1111
CURRENT_VERSION: str = Field(
1212
description="Dify version",
13-
default="1.5.0",
13+
default="1.5.1",
1414
)
1515

1616
COMMIT_SHA: str = Field(

docker/docker-compose-template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
22
services:
33
# API service
44
api:
5-
image: langgenius/dify-api:1.5.0
5+
image: langgenius/dify-api:1.5.1
66
restart: always
77
environment:
88
# Use the shared environment variables.
@@ -31,7 +31,7 @@ services:
3131
# worker service
3232
# The Celery worker for processing the queue.
3333
worker:
34-
image: langgenius/dify-api:1.5.0
34+
image: langgenius/dify-api:1.5.1
3535
restart: always
3636
environment:
3737
# Use the shared environment variables.
@@ -57,7 +57,7 @@ services:
5757

5858
# Frontend web application.
5959
web:
60-
image: langgenius/dify-web:1.5.0
60+
image: langgenius/dify-web:1.5.1
6161
restart: always
6262
environment:
6363
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

docker/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ x-shared-env: &shared-api-worker-env
517517
services:
518518
# API service
519519
api:
520-
image: langgenius/dify-api:1.5.0
520+
image: langgenius/dify-api:1.5.1
521521
restart: always
522522
environment:
523523
# Use the shared environment variables.
@@ -546,7 +546,7 @@ services:
546546
# worker service
547547
# The Celery worker for processing the queue.
548548
worker:
549-
image: langgenius/dify-api:1.5.0
549+
image: langgenius/dify-api:1.5.1
550550
restart: always
551551
environment:
552552
# Use the shared environment variables.
@@ -572,7 +572,7 @@ services:
572572

573573
# Frontend web application.
574574
web:
575-
image: langgenius/dify-web:1.5.0
575+
image: langgenius/dify-web:1.5.1
576576
restart: always
577577
environment:
578578
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dify-web",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"engines": {
66
"node": ">=v22.11.0"

0 commit comments

Comments
 (0)