diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-05-13 11:25:48 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-05-13 11:25:48 -0700 |
| commit | dc24bad791743c6e1c96602b3678dde4954f795a (patch) | |
| tree | e6f42dfd524ee7194fec1d9aeea7c4c375e479c9 /go/util/constants.go | |
| parent | 750e1aaaa5cf2a224f18e28f2974b48a1b31efd0 (diff) | |
| download | seaweedfs-dc24bad791743c6e1c96602b3678dde4954f795a.tar.xz seaweedfs-dc24bad791743c6e1c96602b3678dde4954f795a.zip | |
releasing 0.58 to handle control+c interrupts.
compilable now. but FUSE mount is not working.
Diffstat (limited to 'go/util/constants.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 cd8cf72c9..5b7c1ee91 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.57 beta" + VERSION = "0.58" ) |
