aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-02 23:09:24 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-02 23:09:24 -0700
commitbca4a9de783375f451658b7a9361baa407aa2f2e (patch)
tree2e00ca183a6ebcf78a6554f8c27e24549a917135 /weed/util
parent958125bd02917c3e627a845d7e60da90a596fc17 (diff)
downloadseaweedfs-bca4a9de783375f451658b7a9361baa407aa2f2e.tar.xz
seaweedfs-bca4a9de783375f451658b7a9361baa407aa2f2e.zip
simplify
Diffstat (limited to 'weed/util')
-rw-r--r--weed/util/constants.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 08705585f..d1c8e3d82 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,8 @@ import (
)
var (
- VERSION = fmt.Sprintf("%.02f (%s)", 2.65, sizeLimit)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.65)
+ VERSION = sizeLimit + VERSION_NUMBER
COMMIT = ""
)