diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-06-17 11:45:21 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-06-17 11:45:21 -0700 |
| commit | d85b1d70db305b48678eaea3ce0588fa21c6733a (patch) | |
| tree | 4855b05db0e0aa5a641106027636775dce9b066d /go | |
| parent | cb28c2639882c4713a42bf66d2e8cebd863cdd1f (diff) | |
| download | seaweedfs-d85b1d70db305b48678eaea3ce0588fa21c6733a.tar.xz seaweedfs-d85b1d70db305b48678eaea3ce0588fa21c6733a.zip | |
released 0.61, prepare for 0.62 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 edd673043..d79e7bcc8 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.61 beta" + VERSION = "0.62 beta" ) |
