diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-08-31 23:25:54 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-08-31 23:25:54 -0700 |
| commit | 69343c5951a7e6a6e272393c1946c12d635b51b8 (patch) | |
| tree | 634dfe70c1a02def0d314559eee987a38efddc52 /go/util/constants.go | |
| parent | 57a4549d8678bb08f4ecbdede1939830471e3091 (diff) | |
| download | seaweedfs-69343c5951a7e6a6e272393c1946c12d635b51b8.tar.xz seaweedfs-69343c5951a7e6a6e272393c1946c12d635b51b8.zip | |
adding ttl field to volume super block
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 196b4a405..f66930d62 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.63 beta" + VERSION = "0.63" ) |
