diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-02 22:55:35 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-02 22:55:35 -0700 |
| commit | 958125bd02917c3e627a845d7e60da90a596fc17 (patch) | |
| tree | 2920ab4420da405af2cadd9b393ad43e0c076c0e /weed/util/constants.go | |
| parent | 11a496404b9af6d435e5f9f2bb7ec8d0fe9d02bc (diff) | |
| download | seaweedfs-958125bd02917c3e627a845d7e60da90a596fc17.tar.xz seaweedfs-958125bd02917c3e627a845d7e60da90a596fc17.zip | |
conforming to http user agent common practice
Diffstat (limited to 'weed/util/constants.go')
| -rw-r--r-- | weed/util/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go index d2a90f874..08705585f 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %.02f", sizeLimit, 2.65) + VERSION = fmt.Sprintf("%.02f (%s)", 2.65, sizeLimit) COMMIT = "" ) |
