From ed8c3e23f0a6ad0b8504a35e523af5d20975791b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?william=20chang=28=E5=BC=B5=E4=BB=B2=E5=A8=81=29?= Date: Tue, 4 Feb 2025 14:19:47 +1300 Subject: [PATCH] Release 0.15.3-rc.1 (#1255) --- docker/.env.example | 4 ++-- wren-launcher/utils/docker.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index fcf8a725d..147b0c71f 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -24,9 +24,9 @@ QDRANT_API_KEY= # version # CHANGE THIS TO THE LATEST VERSION -WREN_PRODUCT_VERSION=0.15.2 +WREN_PRODUCT_VERSION=0.15.3-rc.1 WREN_ENGINE_VERSION=0.13.1 -WREN_AI_SERVICE_VERSION=0.15.5 +WREN_AI_SERVICE_VERSION=0.15.6 IBIS_SERVER_VERSION=0.13.1 WREN_UI_VERSION=0.20.1 WREN_BOOTSTRAP_VERSION=0.1.5 diff --git a/wren-launcher/utils/docker.go b/wren-launcher/utils/docker.go index 8019f2d18..acdd02db9 100644 --- a/wren-launcher/utils/docker.go +++ b/wren-launcher/utils/docker.go @@ -24,7 +24,7 @@ import ( const ( // please change the version when the version is updated - WREN_PRODUCT_VERSION string = "0.15.2" + WREN_PRODUCT_VERSION string = "0.15.3-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"