From 2724e9dadba2f7f17138a5390c121f04ae64bdaf 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: Sat, 25 Jan 2025 21:19:45 +0800 Subject: [PATCH] release 0.15.1 (#1232) --- docker/.env.example | 2 +- wren-launcher/utils/docker.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index 38cf70170..ef8d3346c 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -24,7 +24,7 @@ QDRANT_API_KEY= # version # CHANGE THIS TO THE LATEST VERSION -WREN_PRODUCT_VERSION=0.15.1-rc.1 +WREN_PRODUCT_VERSION=0.15.1 WREN_ENGINE_VERSION=0.13.1 WREN_AI_SERVICE_VERSION=0.15.4 IBIS_SERVER_VERSION=0.13.1 diff --git a/wren-launcher/utils/docker.go b/wren-launcher/utils/docker.go index 14507a4c5..7af6d1d81 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.1-rc.1" + WREN_PRODUCT_VERSION string = "0.15.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"