diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-07-03 15:10:57 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-07-03 15:10:57 -0700 |
| commit | f5fa0b08fd2b10de88bcb4e7c16ca3e844e1831c (patch) | |
| tree | e95624828048f577867b9542c6a45cdd6952a32d /weed | |
| parent | a024254ad780452c4d317dbd0bc5399245f2b379 (diff) | |
| download | seaweedfs-f5fa0b08fd2b10de88bcb4e7c16ca3e844e1831c.tar.xz seaweedfs-f5fa0b08fd2b10de88bcb4e7c16ca3e844e1831c.zip | |
2.572.57
Diffstat (limited to 'weed')
| -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 4d7082af0..6404636d5 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 56) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 57) COMMIT = "" ) |
