diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-01-18 01:25:04 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-01-18 01:25:04 -0800 |
| commit | c7197470fdf947323fb31574ee328ea084f23ac8 (patch) | |
| tree | 4b1d47ca6b50efd1b40452d7264004cc266f3932 /weed/util/constants.go | |
| parent | 5a3386e39bb2ed1e0b1c4a8aaae5c9cbc12b98bd (diff) | |
| download | seaweedfs-c7197470fdf947323fb31574ee328ea084f23ac8.tar.xz seaweedfs-c7197470fdf947323fb31574ee328ea084f23ac8.zip | |
2.21
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 ac653c4d7..4e6a28334 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, 20) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 21) COMMIT = "" ) |
