aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-05-30 20:40:30 -0700
committerChris Lu <chris.lu@gmail.com>2021-05-30 20:40:30 -0700
commit4233ad3f07cf223cdf0fd1694c2f4a3cd87d2f6e (patch)
tree03e699658f14d574494fd24312e6a7bd5f33ff03 /weed/util/constants.go
parent1456616a77c8fdb2e3a087645922da9bea388aa1 (diff)
downloadseaweedfs-2.50.tar.xz
seaweedfs-2.50.zip
2.502.50
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 c6b5c1dc5..e909319eb 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, 49)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 50)
COMMIT = ""
)