aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-02 22:55:35 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-02 22:55:35 -0700
commit958125bd02917c3e627a845d7e60da90a596fc17 (patch)
tree2920ab4420da405af2cadd9b393ad43e0c076c0e /weed/util/constants.go
parent11a496404b9af6d435e5f9f2bb7ec8d0fe9d02bc (diff)
downloadseaweedfs-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.go2
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 = ""
)