File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ OPENAI_API_KEY=
2020
2121# version
2222# CHANGE THIS TO THE LATEST VERSION
23- WREN_PRODUCT_VERSION = 0.27.0
24- WREN_ENGINE_VERSION = 0.18.3
25- WREN_AI_SERVICE_VERSION = 0.27.1
26- IBIS_SERVER_VERSION = 0.18.3
27- WREN_UI_VERSION = 0.31.1
23+ WREN_PRODUCT_VERSION = 0.28.0-rc.1
24+ WREN_ENGINE_VERSION = 0.20.2
25+ WREN_AI_SERVICE_VERSION = 0.27.14
26+ IBIS_SERVER_VERSION = 0.20.2
27+ WREN_UI_VERSION = 0.31.2
2828WREN_BOOTSTRAP_VERSION = 0.1.5
2929
3030# user id (uuid v4)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323
2424const (
2525 // please change the version when the version is updated
26- WREN_PRODUCT_VERSION string = "0.27 .0-rc.2 "
26+ WREN_PRODUCT_VERSION string = "0.28 .0-rc.1 "
2727 DOCKER_COMPOSE_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml"
2828 DOCKER_COMPOSE_ENV_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example"
2929 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