diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-06-07 12:13:23 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-06-07 12:13:23 -0700 |
| commit | 76f24af79add7c282de3ce420c136bfe29cf7fa5 (patch) | |
| tree | cbcbebe46a4d38dcd6aa057f0005aed05212b11a /weed/util/constants.go | |
| parent | 5e6dfbc25fab4957d1851f026d25bee6c4d7b59a (diff) | |
| download | seaweedfs-76f24af79add7c282de3ce420c136bfe29cf7fa5.tar.xz seaweedfs-76f24af79add7c282de3ce420c136bfe29cf7fa5.zip | |
2.522.52
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 603433c70..aadc09741 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, 51) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 52) COMMIT = "" ) |
