aboutsummaryrefslogtreecommitdiff
path: root/go/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-04-17 22:40:06 -0700
committerChris Lu <chris.lu@gmail.com>2014-04-17 22:40:06 -0700
commit5c0c5a4913f9b125e535c5c1ae10bb23d439478c (patch)
tree28642461735fe6f820e372e2f9abe2b3079f91ce /go/util
parent83c0c9843d03a2929258f5f90056d025b941bf4d (diff)
downloadseaweedfs-5c0c5a4913f9b125e535c5c1ae10bb23d439478c.tar.xz
seaweedfs-5c0c5a4913f9b125e535c5c1ae10bb23d439478c.zip
cut 0.55
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 e9ab72740..5296e22e5 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -3,5 +3,5 @@ package util
import ()
const (
- VERSION = "0.55 beta"
+ VERSION = "0.55"
)