Skip to content

Commit 88941ee

Browse files
authored
release 0.18.0-rc.3 (ai-env-changed) (#1483)
1 parent 311e124 commit 88941ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ OPENAI_API_KEY=
2020

2121
# version
2222
# CHANGE THIS TO THE LATEST VERSION
23-
WREN_PRODUCT_VERSION=0.18.0-rc.2
23+
WREN_PRODUCT_VERSION=0.18.0-rc.3
2424
WREN_ENGINE_VERSION=0.14.8
2525
WREN_AI_SERVICE_VERSION=0.18.1
2626
IBIS_SERVER_VERSION=0.14.8
27-
WREN_UI_VERSION=0.23.2
27+
WREN_UI_VERSION=0.23.3
2828
WREN_BOOTSTRAP_VERSION=0.1.5
2929

3030
# user id (uuid v4)

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.18.0-rc.2"
27+
WREN_PRODUCT_VERSION string = "0.18.0-rc.3"
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"

0 commit comments

Comments
 (0)