diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-04-17 00:16:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-04-17 00:16:44 -0700 |
| commit | 3b5035c468626af9ba052afaaa16a8cd3598423e (patch) | |
| tree | 5949edc5a243888d79fea90272e1a95270b4a7ab /go/util | |
| parent | 51939efeac635d0ba8b683cae6176aa60845b5f7 (diff) | |
| download | seaweedfs-3b5035c468626af9ba052afaaa16a8cd3598423e.tar.xz seaweedfs-3b5035c468626af9ba052afaaa16a8cd3598423e.zip | |
1. v0.54
2. go vet found many printing format errors
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 a666ff5d5..ab57af0c9 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.54 beta" + VERSION = "0.54" ) |
