diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-28 18:08:26 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-28 18:08:26 -0800 |
| commit | f29ae0db76682d91ca1da8b5337d02df779c8c03 (patch) | |
| tree | c37fb4e292fa6ad23a8e77b49d290e12d11379a8 /weed/util | |
| parent | b67b22f119f1ad5d71f99dbfc734e8fdfbd22ded (diff) | |
| download | seaweedfs-f29ae0db76682d91ca1da8b5337d02df779c8c03.tar.xz seaweedfs-f29ae0db76682d91ca1da8b5337d02df779c8c03.zip | |
2.292.29
Diffstat (limited to 'weed/util')
| -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 55f5b52d6..2a7e57c5d 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, 28) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 29) COMMIT = "" ) |
