aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-06-19 03:48:15 -0700
committerChris Lu <chris.lu@gmail.com>2021-06-19 03:48:15 -0700
commitb3eb4fecc7cdad0388e05fe54ab38b68df00c65c (patch)
tree4dce99ad7323daeede270886fe71029d38dc5623 /weed
parentf24bb9e68806c97ccd449dbec2ce8c476c5efef9 (diff)
downloadseaweedfs-b3eb4fecc7cdad0388e05fe54ab38b68df00c65c.tar.xz
seaweedfs-b3eb4fecc7cdad0388e05fe54ab38b68df00c65c.zip
2.542.54
Diffstat (limited to 'weed')
-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 3dfe702ed..8192130e4 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 53)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 54)
COMMIT = ""
)