diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-20 15:30:12 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-20 15:30:12 -0800 |
| commit | 6912bf94ae24065e9b2923ba107e26f631ab211b (patch) | |
| tree | 892f67eee91a758721f37748f602752eb5ae6b73 /weed/util/constants.go | |
| parent | 41c0f3ad2495508cdcea8ec22c18db46a925fecb (diff) | |
| download | seaweedfs-2.16.tar.xz seaweedfs-2.16.zip | |
2.162.16
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 52ba08494..89155e9a2 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 15) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 16) COMMIT = "" ) |
