diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2020-07-23 14:15:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-23 14:15:27 +0800 |
| commit | 437d18705dea48d78c066d526c14c8abcdb1405f (patch) | |
| tree | 1e69bb7f70e1b6f44369d5b4122957f17edd8d64 /weed/util/constants.go | |
| parent | 6ea4ce722704171fdbddba61f423202a620b6ecf (diff) | |
| parent | 6f058b379194da34a57c5cfac6bd49effbd08b49 (diff) | |
| download | seaweedfs-437d18705dea48d78c066d526c14c8abcdb1405f.tar.xz seaweedfs-437d18705dea48d78c066d526c14c8abcdb1405f.zip | |
Merge pull request #4 from chrislusf/master
sync
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 = "" ) |
