diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-05-29 23:24:41 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-05-29 23:24:41 -0700 |
| commit | 08cbb2c3457010b3278dd3cf6767de930baace3c (patch) | |
| tree | 47728288ed2cc555405163a716f7c1aa5c50a46c /go/util/constants.go | |
| parent | faf497feb87228535c394d7e93f3be1a6a818796 (diff) | |
| download | seaweedfs-08cbb2c3457010b3278dd3cf6767de930baace3c.tar.xz seaweedfs-08cbb2c3457010b3278dd3cf6767de930baace3c.zip | |
start to code for 0.61 release
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 730bfdd76..edd673043 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.60 beta" + VERSION = "0.61 beta" ) |
