Skip to content

Commit c167a1f

Browse files
authored
chore: bump the package version to 1.1.3 (#16612)
Signed-off-by: -LAN- <[email protected]>
1 parent 5eb0ca9 commit c167a1f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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="1.1.2",
12+
default="1.1.3",
1313
)
1414

1515
COMMIT_SHA: str = Field(

docker/docker-compose-template.yaml

Lines changed: 4 additions & 4 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.1.2
5+
image: langgenius/dify-api:1.1.3
66
restart: always
77
environment:
88
# Use the shared environment variables.
@@ -29,7 +29,7 @@ services:
2929
# worker service
3030
# The Celery worker for processing the queue.
3131
worker:
32-
image: langgenius/dify-api:1.1.2
32+
image: langgenius/dify-api:1.1.3
3333
restart: always
3434
environment:
3535
# Use the shared environment variables.
@@ -53,7 +53,7 @@ services:
5353

5454
# Frontend web application.
5555
web:
56-
image: langgenius/dify-web:1.1.2
56+
image: langgenius/dify-web:1.1.3
5757
restart: always
5858
environment:
5959
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -110,7 +110,7 @@ services:
110110

111111
# The DifySandbox
112112
sandbox:
113-
image: langgenius/dify-sandbox:0.2.10
113+
image: langgenius/dify-sandbox:0.2.11
114114
restart: always
115115
environment:
116116
# The DifySandbox configurations

docker/docker-compose.middleware.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343

4444
# The DifySandbox
4545
sandbox:
46-
image: langgenius/dify-sandbox:0.2.10
46+
image: langgenius/dify-sandbox:0.2.11
4747
restart: always
4848
environment:
4949
# The DifySandbox configurations

docker/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ x-shared-env: &shared-api-worker-env
433433
services:
434434
# API service
435435
api:
436-
image: langgenius/dify-api:1.1.2
436+
image: langgenius/dify-api:1.1.3
437437
restart: always
438438
environment:
439439
# Use the shared environment variables.
@@ -460,7 +460,7 @@ services:
460460
# worker service
461461
# The Celery worker for processing the queue.
462462
worker:
463-
image: langgenius/dify-api:1.1.2
463+
image: langgenius/dify-api:1.1.3
464464
restart: always
465465
environment:
466466
# Use the shared environment variables.
@@ -484,7 +484,7 @@ services:
484484

485485
# Frontend web application.
486486
web:
487-
image: langgenius/dify-web:1.1.2
487+
image: langgenius/dify-web:1.1.3
488488
restart: always
489489
environment:
490490
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -541,7 +541,7 @@ services:
541541

542542
# The DifySandbox
543543
sandbox:
544-
image: langgenius/dify-sandbox:0.2.10
544+
image: langgenius/dify-sandbox:0.2.11
545545
restart: always
546546
environment:
547547
# The DifySandbox configurations

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.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"engines": {
66
"node": ">=18.18.0"

0 commit comments

Comments
 (0)