diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-03-28 12:19:11 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-03-28 12:19:11 -0700 |
| commit | 259c7d66f72938857ee94cc747fc54982fbbcb1f (patch) | |
| tree | 1bf2af74438441a417635e34bddf39cfac372b3e /go/util | |
| parent | 25a3c47defd1b9dab22942eeffd10b550e8ac527 (diff) | |
| download | seaweedfs-259c7d66f72938857ee94cc747fc54982fbbcb1f.tar.xz seaweedfs-259c7d66f72938857ee94cc747fc54982fbbcb1f.zip | |
all in progress version will just be beta
Diffstat (limited to 'go/util')
| -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 f8f1ef5bd..3884e8421 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.51" + VERSION = "0.52 beta" ) |
