diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-02-17 12:54:45 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-02-17 12:54:45 -0800 |
| commit | 443a68484a0a93fba6911529650b42a379615b8a (patch) | |
| tree | 5dceaebedc1a6b6b55518b261a400b76dc746610 | |
| parent | 0a57db702614ec38ecd3032ee9ab8f50ab5d80e9 (diff) | |
| download | seaweedfs-1.56.tar.xz seaweedfs-1.56.zip | |
1.561.56
| -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 646a7d96d..4fb318f08 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, 55) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 56) ) |
