diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-06-13 17:12:34 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-06-13 17:12:34 -0700 |
| commit | 7a81caa31e4627e33c51aa1aae5971c76077cedb (patch) | |
| tree | 5b2f79f036cd544f6b0f6b09181da0196d263045 /weed/util/constants.go | |
| parent | 4d0cbd2700655e17f26817297fd3e9fa57e78876 (diff) | |
| download | seaweedfs-7a81caa31e4627e33c51aa1aae5971c76077cedb.tar.xz seaweedfs-7a81caa31e4627e33c51aa1aae5971c76077cedb.zip | |
2.532.53
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 aadc09741..3dfe702ed 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, 52) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 53) COMMIT = "" ) |
