Skip to content

Commit 9665be5

Browse files
laipz8200alexcodelf
authored andcommitted
chore: bump version to 0.15.0 (langgenius#12297)
Signed-off-by: -LAN- <[email protected]>
1 parent 0e6af5b commit 9665be5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Diff for: api/configs/packaging/__init__.py

+1-1
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.14.2",
12+
default="0.15.0",
1313
)
1414

1515
COMMIT_SHA: str = Field(

Diff for: docker-legacy/docker-compose.yaml

+3-3
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.14.2
5+
image: langgenius/dify-api:0.15.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.14.2
230+
image: langgenius/dify-api:0.15.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.14.2
400+
image: langgenius/dify-web:0.15.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

Diff for: docker/docker-compose-template.yaml

+3-3
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:0.14.2
5+
image: langgenius/dify-api:0.15.0
66
restart: always
77
environment:
88
# Use the shared environment variables.
@@ -25,7 +25,7 @@ services:
2525
# worker service
2626
# The Celery worker for processing the queue.
2727
worker:
28-
image: langgenius/dify-api:0.14.2
28+
image: langgenius/dify-api:0.15.0
2929
restart: always
3030
environment:
3131
# Use the shared environment variables.
@@ -47,7 +47,7 @@ services:
4747

4848
# Frontend web application.
4949
web:
50-
image: langgenius/dify-web:0.14.2
50+
image: langgenius/dify-web:0.15.0
5151
restart: always
5252
environment:
5353
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

Diff for: docker/docker-compose.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ x-shared-env: &shared-api-worker-env
392392
services:
393393
# API service
394394
api:
395-
image: langgenius/dify-api:0.14.2
395+
image: langgenius/dify-api:0.15.0
396396
restart: always
397397
environment:
398398
# Use the shared environment variables.
@@ -415,7 +415,7 @@ services:
415415
# worker service
416416
# The Celery worker for processing the queue.
417417
worker:
418-
image: langgenius/dify-api:0.14.2
418+
image: langgenius/dify-api:0.15.0
419419
restart: always
420420
environment:
421421
# Use the shared environment variables.
@@ -437,7 +437,7 @@ services:
437437

438438
# Frontend web application.
439439
web:
440-
image: langgenius/dify-web:0.14.2
440+
image: langgenius/dify-web:0.15.0
441441
restart: always
442442
environment:
443443
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

Diff for: web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dify-web",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"private": true,
55
"engines": {
66
"node": ">=18.17.0"

0 commit comments

Comments
 (0)