From e3fc676260dbdc0861c4f3fdb6be71c5d069670f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 26 May 2017 23:01:40 -0700 Subject: [PATCH] add doc for 0.75 --- README.md | 2 +- weed/util/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dab5ca6fb..5d8736c79 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ SeaweedFS started by implementing [Facebook's Haystack design paper](http://www. * Optional [filer server][Filer] provides "normal" directories and files via http * Optionally fix the orientation for jpeg pictures * Support Etag, Accept-Range, Last-Modified, etc. -* Support in-memory/leveldb/boltdb mode tuning for memory/performance balance. +* Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance. [Filer]: https://github.com/chrislusf/seaweedfs/wiki/Filer diff --git a/weed/util/constants.go b/weed/util/constants.go index 0a0a37c47..0ac306835 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.74" + VERSION = "0.75" )