diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-04-13 03:10:59 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-04-13 03:10:59 -0700 |
| commit | 931bf2a50a020658244f1b1a342a9becaa2a7770 (patch) | |
| tree | b704a16a2a3a4e16da68e6128d41f2caed5e8222 /go | |
| parent | 0abd8096630867dd490497db1403d768b7ad6a76 (diff) | |
| download | seaweedfs-931bf2a50a020658244f1b1a342a9becaa2a7770.tar.xz seaweedfs-931bf2a50a020658244f1b1a342a9becaa2a7770.zip | |
releasing 0.53, and then move to 0.54 beta
Diffstat (limited to 'go')
| -rw-r--r-- | go/util/constants.go | 2 |
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" ) |
