aboutsummaryrefslogtreecommitdiff
path: root/go/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-12-05 12:00:13 -0800
committerChris Lu <chris.lu@gmail.com>2014-12-05 12:00:13 -0800
commit482e3fb97325ae073f19b8293bb25d210beed721 (patch)
treed96a3ca58336dc5f09667f13594b8e163c6d987e /go/util
parent7a6394378cfd3a09bb273211e9bad1ec19e01e84 (diff)
downloadseaweedfs-482e3fb97325ae073f19b8293bb25d210beed721.tar.xz
seaweedfs-482e3fb97325ae073f19b8293bb25d210beed721.zip
Improve Benchmark tool's performance.
Diffstat (limited to 'go/util')
-rw-r--r--go/util/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/util/constants.go b/go/util/constants.go
index 61f05898f..d677ba44f 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.66"
+ VERSION = "0.67"
)