aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@uber.com>2019-03-23 14:14:40 -0700
committerChris Lu <chris.lu@uber.com>2019-03-23 14:14:40 -0700
commiteaa42c3865f65153d12fc8e9b63bdf45b13ea9c3 (patch)
tree28c9c4979d2b8c12d3cac787059ed0a790711d89
parentcd8a3b99bb095bf19b7b8fac54ec1360bc754e9b (diff)
downloadseaweedfs-1.27.tar.xz
seaweedfs-1.27.zip
1.271.27
-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 7fbb6971a..ee6125a8c 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "1.26"
+ VERSION = "1.27"
)