aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-04-13 03:10:59 -0700
committerChris Lu <chris.lu@gmail.com>2014-04-13 03:10:59 -0700
commit931bf2a50a020658244f1b1a342a9becaa2a7770 (patch)
treeb704a16a2a3a4e16da68e6128d41f2caed5e8222
parent0abd8096630867dd490497db1403d768b7ad6a76 (diff)
downloadseaweedfs-931bf2a50a020658244f1b1a342a9becaa2a7770.tar.xz
seaweedfs-931bf2a50a020658244f1b1a342a9becaa2a7770.zip
releasing 0.53, and then move to 0.54 beta
-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 1bde95ebc..a666ff5d5 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -3,5 +3,5 @@ package util
import ()
const (
- VERSION = "0.53 beta"
+ VERSION = "0.54 beta"
)