Skip to content

Commit

Permalink
chore: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Jun 19, 2023
1 parent 6d6e7a7 commit 506ec23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jtools"
version = "3.0.0-b5"
version = "3.0.0-b6"
description = ""
authors = ["yezi <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ networks:

services:
web:
image: jtools-web:3.0.0-b5
image: jtools-web:3.0.0-b6
build:
dockerfile: Dockerfile.web
ports:
Expand All @@ -29,7 +29,7 @@ services:
max_attempts: 3
stop_grace_period: 5s
api:
image: jtools-api:3.0.0-b5
image: jtools-api:3.0.0-b6
build:
dockerfile: Dockerfile.api
volumes:
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jtools",
"private": true,
"version": "3.0.0-b5",
"version": "3.0.0-b6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 506ec23

Please sign in to comment.