diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-04-10 13:47:12 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-04-10 13:47:12 -0700 |
| commit | 79142614ea4686e181152f88c7394a7175a84190 (patch) | |
| tree | 85ad3e27860cb6cd0f55d8ebda2d51d9b5aaf627 /go/util | |
| parent | 5f4dc1140974d0481921337cd53c692a15acabe6 (diff) | |
| download | seaweedfs-79142614ea4686e181152f88c7394a7175a84190.tar.xz seaweedfs-79142614ea4686e181152f88c7394a7175a84190.zip | |
0.52 version
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 3884e8421..abaa9fbfe 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.52 beta" + VERSION = "0.52" ) |
