aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-07-07 20:40:20 -0700
committerChris Lu <chris.lu@gmail.com>2019-07-07 20:40:20 -0700
commitcf2804eebdf0e9afe7e7ca21a3421012729c9f05 (patch)
tree977c2d03baf0fe02daf0a3686d8fad80320e5bb6
parent7872fc38ea674223d7568419479ff30fc5a71a13 (diff)
downloadseaweedfs-cf2804eebdf0e9afe7e7ca21a3421012729c9f05.tar.xz
seaweedfs-cf2804eebdf0e9afe7e7ca21a3421012729c9f05.zip
1.411.41
-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 44408053f..0f29e3388 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, 40)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 41)
)