Skip to content

Commit

Permalink
prepare to rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Oct 1, 2023
1 parent 9ecb81a commit 802f31a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ services:
networks:
- paopao-network

meilisearch-ui:
image: riccoxie/meilisearch-ui:latest
restart: always
ports:
- 24900:24900
networks:
- paopao-network
# meilisearch-ui:
# image: riccoxie/meilisearch-ui:latest
# restart: always
# ports:
# - 24900:24900
# networks:
# - paopao-network

# openobserve:
# image: public.ecr.aws/zinclabs/openobserve:latest
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
# - paopao-network

backend:
image: bitbus/paopao-ce:0.5.0-beta
image: bitbus/paopao-ce:0.5.0-rc
restart: always
depends_on:
- db
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
series = "v0.5.0-beta"
series = "v0.5.0-rc"
)

var (
Expand Down

0 comments on commit 802f31a

Please sign in to comment.