chore: bump version to 1.2.1

This commit is contained in:
Kerwin
2025-08-13 15:28:51 +08:00
parent 2d96413a5d
commit 6de20b7e13
4 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ interface VersionResponse {
export const useVersion = () => {
const versionInfo = ref<VersionInfo>({
version: '1.2.0',
version: '1.2.1',
build_time: '',
git_commit: 'unknown',
git_branch: 'unknown',