chore: version to 1.2.5

This commit is contained in:
Kerwin
2025-08-28 15:08:27 +08:00
parent 3a90a89b08
commit fac32cdfe6
5 changed files with 10 additions and 4 deletions

View File

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