diff options
| author | Chris Lu <chris.lu@uber.com> | 2021-04-05 19:41:54 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2021-04-05 19:41:54 -0700 |
| commit | a37eca78cd680858d021cd864766b0847328a8d7 (patch) | |
| tree | b565af4380b0f59a61b1d3c9fad8f04cbb802e7c /weed/util/constants.go | |
| parent | c131764c348060ae6103c2a3f83b1b42e5ec04b0 (diff) | |
| download | seaweedfs-a37eca78cd680858d021cd864766b0847328a8d7.tar.xz seaweedfs-a37eca78cd680858d021cd864766b0847328a8d7.zip | |
2.38
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 e40288fbe..40f4deae2 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, 37) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 38) COMMIT = "" ) |
