aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2015-04-13 23:50:33 -0700
committerChris Lu <chris.lu@gmail.com>2015-04-13 23:50:33 -0700
commit4483732b2cbbee382f805082a7f9a0f0ca6bde7e (patch)
treea94bb6defe9051533a006989daaae5a9c8053de6
parent830a44a84a61b41b393e2105846f4f8ce07c55b5 (diff)
downloadseaweedfs-4483732b2cbbee382f805082a7f9a0f0ca6bde7e.tar.xz
seaweedfs-4483732b2cbbee382f805082a7f9a0f0ca6bde7e.zip
releasing 0.69v0.69
-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 fcb635c33..899815207 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.69 beta20150226"
+ VERSION = "0.69 20150413"
)