diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-06-21 20:56:34 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-06-21 20:56:34 -0700 |
| commit | 95ad56d99dfb4b344de51084f7d272c596b9b32f (patch) | |
| tree | b312fa42363fc8a43ac2dc91413ee36518ca1a02 | |
| parent | a111f26fe618c5872b8b133bd2233fe6dafdf6c8 (diff) | |
| download | seaweedfs-95ad56d99dfb4b344de51084f7d272c596b9b32f.tar.xz seaweedfs-95ad56d99dfb4b344de51084f7d272c596b9b32f.zip | |
1.371.37
| -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 c396761df..4d6cf5805 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, 36) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 37) ) |
