aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-10-11 23:56:58 -0700
committerChris Lu <chris.lu@gmail.com>2019-10-11 23:56:58 -0700
commit50e885da45a58180eeb0098e5446d252181964fc (patch)
tree9fe9ca9599c3e964d10a5a79370a0b1ea8f90bd2
parente9dd5a602a4acf9da21b56e57a510d1f9a24875c (diff)
downloadseaweedfs-50e885da45a58180eeb0098e5446d252181964fc.tar.xz
seaweedfs-50e885da45a58180eeb0098e5446d252181964fc.zip
1.441.44
-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 830a85057..4f16a783c 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, 43)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 44)
)