diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-07-30 13:52:04 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-07-30 13:52:04 -0700 |
| commit | a6b59d50f7f36a36f42ace7a9fa94b60805b78be (patch) | |
| tree | 1a01542af5491e05b707eb9fa5b6b1517f203093 /weed/util/constants.go | |
| parent | 6b41c5250bd8119c8fb5485ca9a2f2e42798a91e (diff) | |
| download | seaweedfs-1.87.tar.xz seaweedfs-1.87.zip | |
1.871.87
Diffstat (limited to 'weed/util/constants.go')
| -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 = "" ) |
