Skip to content

Commit

Permalink
release 0.4.0-rc-2 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyjackfrost authored Jun 12, 2024
1 parent f4e4551 commit 3c8741f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ WREN_UI_ENDPOINT=http://docker.for.mac.localhost:3000

# version
# CHANGE THIS TO THE LATEST VERSION
WREN_PRODUCT_VERSION=0.4.0-rc.1
WREN_ENGINE_VERSION=0.4.7
WREN_AI_SERVICE_VERSION=0.4.0
WREN_UI_VERSION=epic-ibis-1
IBIS_SERVER_VERSION=0.4.7
WREN_PRODUCT_VERSION=0.4.0-rc.2
WREN_ENGINE_VERSION=0.5.0
WREN_AI_SERVICE_VERSION=0.5.2
WREN_UI_VERSION=0.7.0
IBIS_SERVER_VERSION=0.5.0
WREN_BOOTSTRAP_VERSION=0.1.4

# keys
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.4.0-rc.1"
WREN_PRODUCT_VERSION string = "0.4.0-rc.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"

Expand Down

0 comments on commit 3c8741f

Please sign in to comment.