diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-03-14 21:32:00 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-03-14 21:32:00 -0700 |
| commit | 9f00f95bfb8dcf118ade083c66122725f25fdd45 (patch) | |
| tree | 98c2fa3c390fd0f7a6f80887b2cb144f430eecd9 /weed/util/constants.go | |
| parent | a4cfffc264d3af61a3e363dc4d9db8f606284069 (diff) | |
| download | seaweedfs-9f00f95bfb8dcf118ade083c66122725f25fdd45.tar.xz seaweedfs-9f00f95bfb8dcf118ade083c66122725f25fdd45.zip | |
2.322.32
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 1cd2f160a..fdb37d7f6 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, 31) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 32) COMMIT = "" ) |
