aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-29 09:15:04 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-29 09:15:04 -0800
commita3def2bbd98c12ec158dcdc4df2c6a578f624eb9 (patch)
treef8f9b999e0d9d6f5873a58422861f8f1700cb547
parent44d7a49a484a667766ced54ee10da032077038c8 (diff)
downloadseaweedfs-1.10.tar.xz
seaweedfs-1.10.zip
for 1.101.10
-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 d9e20f05c..ea54f143e 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "1.09"
+ VERSION = "1.10"
)