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
No known key found for this signature in database
GPG Key ID: F70B23D0A4FED791

View File

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