diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-26 21:04:40 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-26 21:04:40 -0800 |
| commit | 234f69452bbb141700b45d88ee456ae6f74f8081 (patch) | |
| tree | 5ddd48cdd4b7c9c79cf343d7265600f522b22c5a | |
| parent | 72a64a5cf8c2a5adfe59665a746e013ca948e681 (diff) | |
| download | seaweedfs-234f69452bbb141700b45d88ee456ae6f74f8081.tar.xz seaweedfs-234f69452bbb141700b45d88ee456ae6f74f8081.zip | |
1.521.52
| -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 d06cfb8b8..4e89291dd 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, 51) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 52) ) |
