aboutsummaryrefslogtreecommitdiff
path: root/go/util/constants.go
diff options
context:
space:
mode:
authoryourchanges <yourchanges@gmail.com>2015-02-12 17:32:53 +0800
committeryourchanges <yourchanges@gmail.com>2015-02-12 17:32:53 +0800
commit2adf4a108b595ec8b4503b34665591741fa4f963 (patch)
treeda968af4fa066dfd281ae0ef4e6d59d806fed10e /go/util/constants.go
parent55c40997b1cd9e33eaa841b8abf5e1678773dd1c (diff)
parenteff83a87d126faf0dd5b05876690271777f41e65 (diff)
downloadseaweedfs-2adf4a108b595ec8b4503b34665591741fa4f963.tar.xz
seaweedfs-2adf4a108b595ec8b4503b34665591741fa4f963.zip
Merge pull request #6 from chrislusf/master
merge
Diffstat (limited to 'go/util/constants.go')
-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 1aa59d634..ca801574c 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.68"
+ VERSION = "0.69 beta"
)