aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-20 20:30:03 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-20 20:30:03 -0800
commitbb1be616023ebfa4307b484ddcda3dc2720ce14c (patch)
treecd5fdee43a59a7e27524a9073c3d770d875641d7
parentfca6152c3a4a55248fe37a2e06198d27422bef5f (diff)
downloadseaweedfs-bb1be616023ebfa4307b484ddcda3dc2720ce14c.tar.xz
seaweedfs-bb1be616023ebfa4307b484ddcda3dc2720ce14c.zip
1.511.51
-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 99cd29d87..d06cfb8b8 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, 50)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 51)
)