chore(version): rename LibVersion to Libraries

close: #1271

A key that also contains "Version" broke the version parsing of some
third-party clients.
This commit is contained in:
Haruue 2024-12-11 18:05:11 +09:00
parent 6655d2a78d
commit 400fed3bd6
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148

View file

@ -45,7 +45,7 @@ var (
"CommitHash:\t%s\n"+
"Platform:\t%s\n"+
"Architecture:\t%s\n"+
"LibVersion:\t%s",
"Libraries:\tquic-go=%s",
appVersion, appDate, appType, appToolchain, appCommit, appPlatform, appArch, libVersion)
appAboutLong = fmt.Sprintf("%s\n%s\n%s\n\n%s", appLogo, appDesc, appAuthors, appVersionLong)