Skip to content

Commit

Permalink
release 0.13.1 (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh authored Dec 21, 2024
1 parent 8465b8b commit 1d45fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ QDRANT_API_KEY=

# version
# CHANGE THIS TO THE LATEST VERSION
WREN_PRODUCT_VERSION=0.13.1-rc.1
WREN_PRODUCT_VERSION=0.13.1
WREN_ENGINE_VERSION=0.12.6
WREN_AI_SERVICE_VERSION=0.13.4
IBIS_SERVER_VERSION=0.12.6
Expand Down
2 changes: 1 addition & 1 deletion wren-launcher/utils/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
// please change the version when the version is updated
WREN_PRODUCT_VERSION string = "0.13.1-rc.1"
WREN_PRODUCT_VERSION string = "0.13.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"
Expand Down

0 comments on commit 1d45fad

Please sign in to comment.