diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-07-20 23:39:58 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-07-20 23:39:58 -0700 |
| commit | 7a7e70b6cc2bbcd729bd58824dd16981cacedacb (patch) | |
| tree | 861565200f8d44f388ccb9b42bce4f88669f523e /weed/util/constants.go | |
| parent | 54f9f9138e6ba294b43e2fabe6294bbbeafc746f (diff) | |
| download | seaweedfs-7a7e70b6cc2bbcd729bd58824dd16981cacedacb.tar.xz seaweedfs-7a7e70b6cc2bbcd729bd58824dd16981cacedacb.zip | |
1.861.86
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 20aafc228..9ee9758e6 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, 85) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 86) COMMIT = "" ) |
