aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-06-13 17:12:34 -0700
committerChris Lu <chris.lu@gmail.com>2021-06-13 17:12:34 -0700
commit7a81caa31e4627e33c51aa1aae5971c76077cedb (patch)
tree5b2f79f036cd544f6b0f6b09181da0196d263045 /weed/util/constants.go
parent4d0cbd2700655e17f26817297fd3e9fa57e78876 (diff)
downloadseaweedfs-7a81caa31e4627e33c51aa1aae5971c76077cedb.tar.xz
seaweedfs-7a81caa31e4627e33c51aa1aae5971c76077cedb.zip
2.532.53
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 aadc09741..3dfe702ed 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, 52)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 53)
COMMIT = ""
)