diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2020-08-01 01:04:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 01:04:17 +0800 |
| commit | 28764f237c5717f85c7b1fcc2846dd967a392edc (patch) | |
| tree | 1a01542af5491e05b707eb9fa5b6b1517f203093 /weed | |
| parent | d48c53f5eb51fd12836ffe2805ab11ef3cee5399 (diff) | |
| parent | a6b59d50f7f36a36f42ace7a9fa94b60805b78be (diff) | |
| download | seaweedfs-28764f237c5717f85c7b1fcc2846dd967a392edc.tar.xz seaweedfs-28764f237c5717f85c7b1fcc2846dd967a392edc.zip | |
Merge pull request #9 from chrislusf/master
1.87
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 9ee9758e6..9f0e00506 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, 86) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 87) COMMIT = "" ) |
