From b515c46905bec1ac58b74aded627ed6de223f2a8 Mon Sep 17 00:00:00 2001 From: goldmedal <6974913+goldmedal@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:03:39 +0000 Subject: [PATCH] release 0.28.0-rc.1 --- docker/.env.example | 10 +++++----- wren-launcher/utils/docker.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index af97ecb0ec..900af8103f 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -20,11 +20,11 @@ OPENAI_API_KEY= # version # CHANGE THIS TO THE LATEST VERSION -WREN_PRODUCT_VERSION=0.27.0 -WREN_ENGINE_VERSION=0.18.3 -WREN_AI_SERVICE_VERSION=0.27.1 -IBIS_SERVER_VERSION=0.18.3 -WREN_UI_VERSION=0.31.1 +WREN_PRODUCT_VERSION=0.28.0-rc.1 +WREN_ENGINE_VERSION=0.20.2 +WREN_AI_SERVICE_VERSION=0.27.14 +IBIS_SERVER_VERSION=0.20.2 +WREN_UI_VERSION=0.31.2 WREN_BOOTSTRAP_VERSION=0.1.5 # user id (uuid v4) diff --git a/wren-launcher/utils/docker.go b/wren-launcher/utils/docker.go index 72794d980d..2fcb7dbb3d 100644 --- a/wren-launcher/utils/docker.go +++ b/wren-launcher/utils/docker.go @@ -23,7 +23,7 @@ import ( const ( // please change the version when the version is updated - WREN_PRODUCT_VERSION string = "0.27.0-rc.2" + WREN_PRODUCT_VERSION string = "0.28.0-rc.1" DOCKER_COMPOSE_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml" DOCKER_COMPOSE_ENV_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example" AI_SERVICE_CONFIG_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/config.example.yaml"