diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-10-01 07:15:49 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-10-01 07:15:49 -0700 |
| commit | f1e879fe7aaeadcf16aa22dde2a155828d3ceaf4 (patch) | |
| tree | 5e2b76213a024a413f7a4863784c2267fb685431 /weed/util/constants.go | |
| parent | a1c01d716b2fd30fa4c99c65b88a814ef750e3e5 (diff) | |
| download | seaweedfs-f1e879fe7aaeadcf16aa22dde2a155828d3ceaf4.tar.xz seaweedfs-f1e879fe7aaeadcf16aa22dde2a155828d3ceaf4.zip | |
2.02
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 27b9482f3..431111fb9 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, 01) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 02) COMMIT = "" ) |
