diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-08-16 00:57:28 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-08-16 00:57:28 -0700 |
| commit | b71df82292767ef5276fa991715af23de6f1643c (patch) | |
| tree | 1c757ad490e2e30bb3a7e0cd333b6a7b2ddba404 /weed | |
| parent | 1d9ea30b7254a11232acfb265fe25954345333e6 (diff) | |
| download | seaweedfs-b71df82292767ef5276fa991715af23de6f1643c.tar.xz seaweedfs-b71df82292767ef5276fa991715af23de6f1643c.zip | |
1.89
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 10955acde..69cf57216 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 88) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 89) COMMIT = "" ) |
