Skip to content

Commit 3c8741f

Browse files
release 0.4.0-rc-2 (#405)
1 parent f4e4551 commit 3c8741f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docker/.env.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ WREN_UI_ENDPOINT=http://docker.for.mac.localhost:3000
1313

1414
# version
1515
# CHANGE THIS TO THE LATEST VERSION
16-
WREN_PRODUCT_VERSION=0.4.0-rc.1
17-
WREN_ENGINE_VERSION=0.4.7
18-
WREN_AI_SERVICE_VERSION=0.4.0
19-
WREN_UI_VERSION=epic-ibis-1
20-
IBIS_SERVER_VERSION=0.4.7
16+
WREN_PRODUCT_VERSION=0.4.0-rc.2
17+
WREN_ENGINE_VERSION=0.5.0
18+
WREN_AI_SERVICE_VERSION=0.5.2
19+
WREN_UI_VERSION=0.7.0
20+
IBIS_SERVER_VERSION=0.5.0
2121
WREN_BOOTSTRAP_VERSION=0.1.4
2222

2323
# keys

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.4.0-rc.1"
27+
WREN_PRODUCT_VERSION string = "0.4.0-rc.2"
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

0 commit comments

Comments
 (0)