diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-27 23:02:41 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-27 23:02:41 -0700 |
| commit | 75aca5e13d7a89f8a01b459ab55a1f2f16b830a9 (patch) | |
| tree | ffe5c1074da4cc4c35667162e9283a76ffd32ab1 /weed/util | |
| parent | e6552b5e1ef4135106cd30b368eb83d289666fee (diff) | |
| download | seaweedfs-75aca5e13d7a89f8a01b459ab55a1f2f16b830a9.tar.xz seaweedfs-75aca5e13d7a89f8a01b459ab55a1f2f16b830a9.zip | |
2.01
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 6734af7d4..27b9482f3 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, 00) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 01) COMMIT = "" ) |
