Skip to content

Commit 6405e38

Browse files
committed
chore: 更新版本号
1 parent b36cde2 commit 6405e38

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jtools"
3-
version = "3.19.0"
3+
version = "3.20.0"
44
description = "探索未知"
55
license = { file = "LICENSE" }
66
authors = [{ name = "FHU-yezi", email = "[email protected]" }]

backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.19.0"
1+
VERSION = "3.20.0"

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ networks:
55

66
services:
77
frontend:
8-
image: jtools-frontend:3.19.0
8+
image: jtools-frontend:3.20.0
99
container_name: jtools-frontend
1010
build:
1111
dockerfile: Dockerfile.frontend
@@ -22,7 +22,7 @@ services:
2222
delay: 5s
2323
max_attempts: 3
2424
backend:
25-
image: jtools-backend:3.19.0
25+
image: jtools-backend:3.20.0
2626
container_name: jtools-backend
2727
build:
2828
dockerfile: Dockerfile.backend

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jtools",
33
"private": true,
4-
"version": "3.19.0",
4+
"version": "3.20.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)