File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ WREN_AI_SERVICE_PORT=5555
88
99# version
1010# CHANGE THIS TO THE LATEST VERSION
11- WREN_PRODUCT_VERSION = 0.3.4-rc.3
11+ WREN_PRODUCT_VERSION = 0.3.4-rc.4
1212WREN_ENGINE_VERSION = 0.4.4
1313WREN_AI_SERVICE_VERSION = 0.3.6
14- WREN_UI_VERSION = 0.5.5
14+ WREN_UI_VERSION = 0.5.6
1515WREN_BOOTSTRAP_VERSION = 0.1.4
1616
1717# keys
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424
2525const (
2626 // please change the version when the version is updated
27- WREN_PRODUCT_VERSION string = "0.3.4-rc.3 "
27+ WREN_PRODUCT_VERSION string = "0.3.4-rc.4 "
2828 DOCKER_COMPOSE_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml"
2929 DOCKER_COMPOSE_ENV_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example"
3030
You can’t perform that action at this time.
0 commit comments