From 95a5a8ff6a70c087b34daab7bc60295bbdc7265e Mon Sep 17 00:00:00 2001 From: Andy Yen <38731840+onlyjackfrost@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:26:26 +0800 Subject: [PATCH] release 0.13.0-rc.1 (#1012) --- 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 bde2e14dd..2bbc31617 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -26,11 +26,11 @@ QDRANT_API_KEY= # version # CHANGE THIS TO THE LATEST VERSION -WREN_PRODUCT_VERSION=0.12.0 -WREN_ENGINE_VERSION=0.12.3 -WREN_AI_SERVICE_VERSION=0.12.1 -IBIS_SERVER_VERSION=0.12.3 -WREN_UI_VERSION=0.17.6 +WREN_PRODUCT_VERSION=0.13.0-rc.1 +WREN_ENGINE_VERSION=0.12.6 +WREN_AI_SERVICE_VERSION=0.13.3 +IBIS_SERVER_VERSION=0.12.6 +WREN_UI_VERSION=0.18.0 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 bd8e7a24a..0a8605709 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.12.0" + WREN_PRODUCT_VERSION string = "0.13.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"