aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-26 21:04:40 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-26 21:04:40 -0800
commit234f69452bbb141700b45d88ee456ae6f74f8081 (patch)
tree5ddd48cdd4b7c9c79cf343d7265600f522b22c5a
parent72a64a5cf8c2a5adfe59665a746e013ca948e681 (diff)
downloadseaweedfs-234f69452bbb141700b45d88ee456ae6f74f8081.tar.xz
seaweedfs-234f69452bbb141700b45d88ee456ae6f74f8081.zip
1.521.52
-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 d06cfb8b8..4e89291dd 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, 51)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 52)
)