Skip to content

Commit 7f1fdb7

Browse files
authored
chore: bump version to 0.11.2 (langgenius#10805)
1 parent 128efc3 commit 7f1fdb7

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.11.1",
12+
default="0.11.2",
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.11.1
5+
image: langgenius/dify-api:0.11.2
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.11.1
230+
image: langgenius/dify-api:0.11.2
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.11.1
400+
image: langgenius/dify-web:0.11.2
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

docker/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ x-shared-env: &shared-api-worker-env
283283
services:
284284
# API service
285285
api:
286-
image: langgenius/dify-api:0.11.1
286+
image: langgenius/dify-api:0.11.2
287287
restart: always
288288
environment:
289289
# Use the shared environment variables.
@@ -303,7 +303,7 @@ services:
303303
# worker service
304304
# The Celery worker for processing the queue.
305305
worker:
306-
image: langgenius/dify-api:0.11.1
306+
image: langgenius/dify-api:0.11.2
307307
restart: always
308308
environment:
309309
# Use the shared environment variables.
@@ -322,7 +322,7 @@ services:
322322

323323
# Frontend web application.
324324
web:
325-
image: langgenius/dify-web:0.11.1
325+
image: langgenius/dify-web:0.11.2
326326
restart: always
327327
environment:
328328
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.11.1",
3+
"version": "0.11.2",
44
"private": true,
55
"engines": {
66
"node": ">=18.17.0"

0 commit comments

Comments
 (0)