File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def __init__(self):
8989 self .CONSOLE_URL = get_env ('CONSOLE_URL' )
9090 self .API_URL = get_env ('API_URL' )
9191 self .APP_URL = get_env ('APP_URL' )
92- self .CURRENT_VERSION = "0.3.8 "
92+ self .CURRENT_VERSION = "0.3.9 "
9393 self .COMMIT_SHA = get_env ('COMMIT_SHA' )
9494 self .EDITION = "SELF_HOSTED"
9595 self .DEPLOY_ENV = get_env ('DEPLOY_ENV' )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.1'
22services :
33 # API service
44 api :
5- image : langgenius/dify-api:0.3.8
5+ image : langgenius/dify-api:0.3.9
66 restart : always
77 environment :
88 # Startup mode, 'api' starts the API server.
@@ -124,7 +124,7 @@ services:
124124 # worker service
125125 # The Celery worker for processing the queue.
126126 worker :
127- image : langgenius/dify-api:0.3.8
127+ image : langgenius/dify-api:0.3.9
128128 restart : always
129129 environment :
130130 # Startup mode, 'worker' starts the Celery worker for processing the queue.
@@ -176,7 +176,7 @@ services:
176176
177177 # Frontend web application.
178178 web :
179- image : langgenius/dify-web:0.3.8
179+ image : langgenius/dify-web:0.3.9
180180 restart : always
181181 environment :
182182 EDITION : SELF_HOSTED
Original file line number Diff line number Diff line change 11{
22 "name" : " dify-web" ,
3- "version" : " 0.3.8 " ,
3+ "version" : " 0.3.9 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
You can’t perform that action at this time.
0 commit comments