aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-06-07 12:13:23 -0700
committerChris Lu <chris.lu@gmail.com>2021-06-07 12:13:23 -0700
commit76f24af79add7c282de3ce420c136bfe29cf7fa5 (patch)
treecbcbebe46a4d38dcd6aa057f0005aed05212b11a /weed/util/constants.go
parent5e6dfbc25fab4957d1851f026d25bee6c4d7b59a (diff)
downloadseaweedfs-76f24af79add7c282de3ce420c136bfe29cf7fa5.tar.xz
seaweedfs-76f24af79add7c282de3ce420c136bfe29cf7fa5.zip
2.522.52
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 603433c70..aadc09741 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, 51)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 52)
COMMIT = ""
)