Skip to content

Commit 7015034

Browse files
laipz8200jsincorporated
authored andcommitted
chore: bump version to 0.14.0 (langgenius#11679)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 parent b92401c commit 7015034

File tree

4 files changed

+490
-505
lines changed

4 files changed

+490
-505
lines changed

api/configs/packaging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
99

1010
CURRENT_VERSION: str = Field(
1111
description="Dify version",
12-
default="0.13.2",
12+
default="0.14.0",
1313
)
1414

1515
COMMIT_SHA: str = Field(

docker-legacy/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
# API service
44
api:
5-
image: langgenius/dify-api:0.13.2
5+
image: langgenius/dify-api:0.14.0
66
restart: always
77
environment:
88
# Startup mode, 'api' starts the API server.
@@ -227,7 +227,7 @@ services:
227227
# worker service
228228
# The Celery worker for processing the queue.
229229
worker:
230-
image: langgenius/dify-api:0.13.2
230+
image: langgenius/dify-api:0.14.0
231231
restart: always
232232
environment:
233233
CONSOLE_WEB_URL: ''
@@ -397,7 +397,7 @@ services:
397397

398398
# Frontend web application.
399399
web:
400-
image: langgenius/dify-web:0.13.2
400+
image: langgenius/dify-web:0.14.0
401401
restart: always
402402
environment:
403403
# The base URL of console application api server, refers to the Console base URL of WEB service if console domain is

0 commit comments

Comments
 (0)