File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22services :
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
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ x-shared-env: &shared-api-worker-env
283283services :
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:-}
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments