release 0.13.0-rc.3 (#1022)

This commit is contained in:
Shimin
2024-12-19 18:24:16 +08:00
committed by GitHub
parent 29208aa7f7
commit 28196c8c46
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -26,11 +26,11 @@ QDRANT_API_KEY=
# version
# CHANGE THIS TO THE LATEST VERSION
WREN_PRODUCT_VERSION=0.13.0-rc.2
WREN_PRODUCT_VERSION=0.13.0-rc.3
WREN_ENGINE_VERSION=0.12.6
WREN_AI_SERVICE_VERSION=0.13.3
WREN_AI_SERVICE_VERSION=0.13.4
IBIS_SERVER_VERSION=0.12.6
WREN_UI_VERSION=0.18.1
WREN_UI_VERSION=0.18.4
WREN_BOOTSTRAP_VERSION=0.1.5
# user id (uuid v4)
+1 -1
View File
@@ -24,7 +24,7 @@ import (
const (
// please change the version when the version is updated
WREN_PRODUCT_VERSION string = "0.13.0-rc.2"
WREN_PRODUCT_VERSION string = "0.13.0-rc.3"
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"