Skip to content

Commit d5a6b01

Browse files
committed
fix: 更新显示的版本号
1 parent ae3002c commit d5a6b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
QuestionOutlined,
2121
} from '@ant-design/icons'
2222

23-
const VERSION = '2.3.0'
23+
const VERSION = '2.3.1'
2424

2525
export function Header() {
2626

0 commit comments

Comments
 (0)