mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-02 03:57:38 +03:00
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:
parent
6655d2a78d
commit
400fed3bd6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue