diff options
| author | Chris Lu <chris.lu@uber.com> | 2021-04-04 18:45:48 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2021-04-04 18:45:48 -0700 |
| commit | 6eee200c13b98088ebc6bb540b78fc7fe136a401 (patch) | |
| tree | 833a6ff31dc94417c6607bcdb6e2609d6c16a036 /weed/util/constants.go | |
| parent | fbb82a5c9c3ea9aef26041f47da27bf362b132e6 (diff) | |
| download | seaweedfs-6eee200c13b98088ebc6bb540b78fc7fe136a401.tar.xz seaweedfs-6eee200c13b98088ebc6bb540b78fc7fe136a401.zip | |
2.372.37
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 11f250c73..e40288fbe 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, 36) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 37) COMMIT = "" ) |
