aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-28 07:28:21 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-28 07:28:21 -0700
commitb813fac4a39e9cec311a17706f70796d72a69bf2 (patch)
tree1494f3ffadf07f2d6ba1553c063ae32b05996b68 /weed
parent20d9cfae861ea36d759d796f6f80345c01921ca6 (diff)
downloadseaweedfs-b813fac4a39e9cec311a17706f70796d72a69bf2.tar.xz
seaweedfs-b813fac4a39e9cec311a17706f70796d72a69bf2.zip
1.841.84
Diffstat (limited to 'weed')
-rw-r--r--weed/util/constants.go2
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 = ""
)