diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-03-01 17:59:12 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-03-01 17:59:12 -0800 |
| commit | 4532640ffd790ef71705b120803615b64713ee43 (patch) | |
| tree | 4ec84eea3c8585fcbd12412d8cfd07673682afdb | |
| parent | 151114ff59295d06ad5573b88ba43570364c55d4 (diff) | |
| download | seaweedfs-4532640ffd790ef71705b120803615b64713ee43.tar.xz seaweedfs-4532640ffd790ef71705b120803615b64713ee43.zip | |
1.581.58
| -rw-r--r-- | weed/util/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go index 01227194f..11b6e0382 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,5 +5,5 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 57) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 58) ) |
