diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-25 23:58:22 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-25 23:58:22 -0800 |
| commit | 515b7632d7531727fceca340e42d2aff126306b0 (patch) | |
| tree | a092406f3cbe73235021bedfad11da49d303b0e7 /weed/util/constants.go | |
| parent | 0a067944cc5fb022943aaf9b7afcffb1ce6dba51 (diff) | |
| download | seaweedfs-2.17.tar.xz seaweedfs-2.17.zip | |
2.172.17
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 89155e9a2..95370746b 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, 16) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 17) COMMIT = "" ) |
