aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-12-29 13:16:38 -0800
committerChris Lu <chris.lu@gmail.com>2018-12-29 13:16:38 -0800
commitd8c7844d2eb96f173e356c42df6b082998e6fa0f (patch)
tree54c63e2e389aad4abf274b0abeac40d1e45bdbea
parent9f3836072a504811b2be88760ec8b6297a72f3dd (diff)
downloadseaweedfs-d8c7844d2eb96f173e356c42df6b082998e6fa0f.tar.xz
seaweedfs-d8c7844d2eb96f173e356c42df6b082998e6fa0f.zip
1.171.17
-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 2d6d884ff..ae9223edb 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "1.16"
+ VERSION = "1.17"
)