aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-01-02 17:05:19 -0800
committerchrislu <chris.lu@gmail.com>2022-01-02 17:05:19 -0800
commit5799a20f7149e8fe8e74ce0a03f138df297e0b9c (patch)
tree528db429567a12783e94e7278c6518460b3ebae4 /weed/util
parent077f831749e6bbf12ff52fd369b493e4dd751817 (diff)
downloadseaweedfs-5799a20f7149e8fe8e74ce0a03f138df297e0b9c.tar.xz
seaweedfs-5799a20f7149e8fe8e74ce0a03f138df297e0b9c.zip
2.842.84
Diffstat (limited to 'weed/util')
-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 255d00722..bd59c327f 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 2.83)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.84)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)