conforming to http user agent common practice

This commit is contained in:
Chris Lu
2021-09-02 22:55:35 -07:00
parent 11a496404b
commit 958125bd02
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %.02f", sizeLimit, 2.65)
VERSION = fmt.Sprintf("%.02f (%s)", 2.65, sizeLimit)
COMMIT = ""
)