aboutsummaryrefslogtreecommitdiff
path: root/go/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2015-01-12 21:07:06 -0800
committerChris Lu <chris.lu@gmail.com>2015-01-12 21:07:06 -0800
commitd102443630f795275daa0aaae127aa5ef0646928 (patch)
treea5435f5627027ab1ed5eb3d97a2c955eb7c6efb3 /go/util
parent352ef2830c32116ede27dbd0eccd753ced217f48 (diff)
downloadseaweedfs-d102443630f795275daa0aaae127aa5ef0646928.tar.xz
seaweedfs-d102443630f795275daa0aaae127aa5ef0646928.zip
v0.68
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 d677ba44f..1aa59d634 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.67"
+ VERSION = "0.68"
)