File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ OPENAI_API_KEY=
20
20
21
21
# version
22
22
# CHANGE THIS TO THE LATEST VERSION
23
- WREN_PRODUCT_VERSION = 0.25.0-rc.1
24
- WREN_ENGINE_VERSION = 0.17.0
23
+ WREN_PRODUCT_VERSION = 0.25.0
24
+ WREN_ENGINE_VERSION = 0.17.1
25
25
WREN_AI_SERVICE_VERSION = 0.24.3
26
- IBIS_SERVER_VERSION = 0.17.0
26
+ IBIS_SERVER_VERSION = 0.17.1
27
27
WREN_UI_VERSION = 0.30.0
28
28
WREN_BOOTSTRAP_VERSION = 0.1.5
29
29
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
25
25
const (
26
26
// please change the version when the version is updated
27
- WREN_PRODUCT_VERSION string = "0.25.0-rc.1 "
27
+ WREN_PRODUCT_VERSION string = "0.25.0"
28
28
DOCKER_COMPOSE_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml"
29
29
DOCKER_COMPOSE_ENV_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example"
30
30
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