release: 0.13.2 (#1048)

This commit is contained in:
Chih-Yu Yeh
2024-12-23 14:43:14 +08:00
committed by GitHub
parent 1a03df6c8a
commit 20e081cbc7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ QDRANT_API_KEY=
# version
# CHANGE THIS TO THE LATEST VERSION
WREN_PRODUCT_VERSION=0.13.2-rc.1
WREN_PRODUCT_VERSION=0.13.2
WREN_ENGINE_VERSION=0.12.6
WREN_AI_SERVICE_VERSION=0.13.4
IBIS_SERVER_VERSION=0.12.6
+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.2-rc.1"
WREN_PRODUCT_VERSION string = "0.13.2"
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"