Skip to content

Commit

Permalink
Merge pull request #1272 from apernet/wip-rename-libversion
Browse files Browse the repository at this point in the history
chore(version): rename LibVersion to Libraries
  • Loading branch information
tobyxdd authored Dec 13, 2024
2 parents 6655d2a + 400fed3 commit cd396ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cd396ee

Please sign in to comment.