diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-02-22 21:34:49 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-02-22 21:34:49 -0800 |
| commit | 6ea394b802f1bb52a07a91614e51185aea2281dd (patch) | |
| tree | 6ea8c450d90162e45273c19eef9a279f70b300cc | |
| parent | 4ed6b584e22eb332bfdc61112a625d49c772bafb (diff) | |
| download | seaweedfs-6ea394b802f1bb52a07a91614e51185aea2281dd.tar.xz seaweedfs-6ea394b802f1bb52a07a91614e51185aea2281dd.zip | |
1.571.57
| -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 4fb318f08..01227194f 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, 56) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 57) ) |
