diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-06-28 07:28:21 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-06-28 07:28:21 -0700 |
| commit | b813fac4a39e9cec311a17706f70796d72a69bf2 (patch) | |
| tree | 1494f3ffadf07f2d6ba1553c063ae32b05996b68 /weed | |
| parent | 20d9cfae861ea36d759d796f6f80345c01921ca6 (diff) | |
| download | seaweedfs-b813fac4a39e9cec311a17706f70796d72a69bf2.tar.xz seaweedfs-b813fac4a39e9cec311a17706f70796d72a69bf2.zip | |
1.841.84
Diffstat (limited to 'weed')
| -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 a4de378d7..3433c550b 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, 83) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 84) COMMIT = "" ) |
