Skip to content

Commit 5b9fde3

Browse files
authored
release 0.3.5-rc.1 (#329)
1 parent 5ce497d commit 5b9fde3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docker/.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ WREN_AI_SERVICE_PORT=5555
88

99
# version
1010
# CHANGE THIS TO THE LATEST VERSION
11-
WREN_PRODUCT_VERSION=0.3.4
12-
WREN_ENGINE_VERSION=0.4.4
13-
WREN_AI_SERVICE_VERSION=0.3.7
14-
WREN_UI_VERSION=0.5.6
11+
WREN_PRODUCT_VERSION=0.3.5-rc.1
12+
WREN_ENGINE_VERSION=0.4.5
13+
WREN_AI_SERVICE_VERSION=0.3.8
14+
WREN_UI_VERSION=0.5.7
1515
WREN_BOOTSTRAP_VERSION=0.1.4
1616

1717
# 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.3.4"
27+
WREN_PRODUCT_VERSION string = "0.3.5-rc.1"
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)