Skip to content

Commit eabfd84

Browse files
authored
bump to 0.6.14 (langgenius#6294)
1 parent d320d14 commit eabfd84

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
@@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
99

1010
CURRENT_VERSION: str = Field(
1111
description='Dify version',
12-
default='0.6.13',
12+
default='0.6.14',
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.6.13
5+
image: langgenius/dify-api:0.6.14
66
restart: always
77
environment:
88
# Startup mode, 'api' starts the API server.
@@ -224,7 +224,7 @@ services:
224224
# worker service
225225
# The Celery worker for processing the queue.
226226
worker:
227-
image: langgenius/dify-api:0.6.13
227+
image: langgenius/dify-api:0.6.14
228228
restart: always
229229
environment:
230230
CONSOLE_WEB_URL: ''
@@ -390,7 +390,7 @@ services:
390390

391391
# Frontend web application.
392392
web:
393-
image: langgenius/dify-web:0.6.13
393+
image: langgenius/dify-web:0.6.14
394394
restart: always
395395
environment:
396396
# The base URL of console application api server, refers to the Console base URL of WEB service if console domain is

docker/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ x-shared-env: &shared-api-worker-env
177177
services:
178178
# API service
179179
api:
180-
image: langgenius/dify-api:0.6.13
180+
image: langgenius/dify-api:0.6.14
181181
restart: always
182182
environment:
183183
# Use the shared environment variables.
@@ -197,7 +197,7 @@ services:
197197
# worker service
198198
# The Celery worker for processing the queue.
199199
worker:
200-
image: langgenius/dify-api:0.6.13
200+
image: langgenius/dify-api:0.6.14
201201
restart: always
202202
environment:
203203
# Use the shared environment variables.
@@ -216,7 +216,7 @@ services:
216216

217217
# Frontend web application.
218218
web:
219-
image: langgenius/dify-web:0.6.13
219+
image: langgenius/dify-web:0.6.14
220220
restart: always
221221
environment:
222222
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": "0.6.13",
3+
"version": "0.6.14",
44
"private": true,
55
"engines": {
66
"node": ">=18.17.0"

0 commit comments

Comments
 (0)