aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-31 00:32:09 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-31 00:32:09 -0800
commitbeb0a1599ee5595b3f3314176cfbf66e63495cda (patch)
treec296d74e935aa8990c7ec066c0c5cf41c95e32d9
parentb2743afaee2b73c403688c798c4b4d1f30603d17 (diff)
downloadseaweedfs-beb0a1599ee5595b3f3314176cfbf66e63495cda.tar.xz
seaweedfs-beb0a1599ee5595b3f3314176cfbf66e63495cda.zip
1.53
-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 4e89291dd..3d61b2006 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,5 +5,5 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 52)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 53)
)