diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-06-19 13:47:27 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-06-19 13:47:27 -0700 |
| commit | c48b407053d9b0120a625e36d893132e32aba615 (patch) | |
| tree | fb4b838815a3839151975baae81b5836f508acba /weed/util | |
| parent | b78a2dc59b6a8a79a5e64091de8b655bba99ddb0 (diff) | |
| download | seaweedfs-c48b407053d9b0120a625e36d893132e32aba615.tar.xz seaweedfs-c48b407053d9b0120a625e36d893132e32aba615.zip | |
1.821.82
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 6e9b83a0b..23fd5c920 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 81) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 82) COMMIT = "" ) |
