aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorhilimd <68371223+hilimd@users.noreply.github.com>2020-08-01 01:04:17 +0800
committerGitHub <noreply@github.com>2020-08-01 01:04:17 +0800
commit28764f237c5717f85c7b1fcc2846dd967a392edc (patch)
tree1a01542af5491e05b707eb9fa5b6b1517f203093 /weed/util/constants.go
parentd48c53f5eb51fd12836ffe2805ab11ef3cee5399 (diff)
parenta6b59d50f7f36a36f42ace7a9fa94b60805b78be (diff)
downloadseaweedfs-28764f237c5717f85c7b1fcc2846dd967a392edc.tar.xz
seaweedfs-28764f237c5717f85c7b1fcc2846dd967a392edc.zip
Merge pull request #9 from chrislusf/master
1.87
Diffstat (limited to 'weed/util/constants.go')
-rw-r--r--weed/util/constants.go2
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 = ""
)