@@ -15,7 +15,7 @@ services:
1515 DW_SERVER_KEY : " ${DW_SERVER_KEY:-}"
1616 DW_SERVER_TOPOLOGY_SHAPE : standalone_server
1717 DW_SERVER_PROCESS_CLASS : server_http_node
18- APP_VERSION : " ${APP_VERSION:-2.0.0 }"
18+ APP_VERSION : " ${APP_VERSION:-2.0.1 }"
1919 APP_DEBUG : " false"
2020 DB_CONNECTION : mysql
2121 DB_HOST : mysql
@@ -54,7 +54,7 @@ services:
5454 APP_NAME : " Durable Workflow Server"
5555 APP_ENV : local
5656 DW_SERVER_KEY : " ${DW_SERVER_KEY:-}"
57- APP_VERSION : " ${APP_VERSION:-2.0.0 }"
57+ APP_VERSION : " ${APP_VERSION:-2.0.1 }"
5858 APP_DEBUG : " false"
5959 DB_CONNECTION : mysql
6060 DB_HOST : mysql
@@ -107,7 +107,7 @@ services:
107107 DW_SERVER_KEY : " ${DW_SERVER_KEY:-}"
108108 DW_SERVER_TOPOLOGY_SHAPE : standalone_server
109109 DW_SERVER_PROCESS_CLASS : worker_node
110- APP_VERSION : " ${APP_VERSION:-2.0.0 }"
110+ APP_VERSION : " ${APP_VERSION:-2.0.1 }"
111111 DB_CONNECTION : mysql
112112 DB_HOST : mysql
113113 DB_PORT : 3306
@@ -153,7 +153,7 @@ services:
153153 DW_SERVER_KEY : " ${DW_SERVER_KEY:-}"
154154 DW_SERVER_TOPOLOGY_SHAPE : standalone_server
155155 DW_SERVER_PROCESS_CLASS : scheduler_node
156- APP_VERSION : " ${APP_VERSION:-2.0.0 }"
156+ APP_VERSION : " ${APP_VERSION:-2.0.1 }"
157157 DB_CONNECTION : mysql
158158 DB_HOST : mysql
159159 DB_PORT : 3306
0 commit comments