fix: Fix app_version in get_version_info

This commit is contained in:
Misa Liu
2024-02-23 10:33:15 +08:00
parent 8dfc71ab6d
commit f4fe26fbe1

View File

@@ -87,4 +87,4 @@ export function getUidByUin(uin: string) {
}
}
export const version = "v3.6.0"
export const version = "3.6.0"