File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ OPENAI_API_KEY=
2020
2121# version
2222# CHANGE THIS TO THE LATEST VERSION
23- WREN_PRODUCT_VERSION = 0.26.0-rc.1
23+ WREN_PRODUCT_VERSION = 0.26.0
2424WREN_ENGINE_VERSION = 0.18.2
2525WREN_AI_SERVICE_VERSION = 0.25.17
2626IBIS_SERVER_VERSION = 0.18.2
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.26.0-rc.1 "
27+ WREN_PRODUCT_VERSION string = "0.26.0"
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 AI_SERVICE_CONFIG_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/config.example.yaml"
You can’t perform that action at this time.
0 commit comments