aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-08 22:08:35 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-08 22:08:35 -0800
commit30c7148020822651703a449ea5dd2c4f813dd9a5 (patch)
tree2dd0c2f798327f4008696a05d0ee099b0ff2d651
parent8dd260623e2b2e6452df53529f143a63eeec4676 (diff)
downloadseaweedfs-30c7148020822651703a449ea5dd2c4f813dd9a5.tar.xz
seaweedfs-30c7148020822651703a449ea5dd2c4f813dd9a5.zip
1.501.50
-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 0bf794344..99cd29d87 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, 49)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 50)
)