diff options
| author | chrislu <chris.lu@gmail.com> | 2022-01-02 17:05:19 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-01-02 17:05:19 -0800 |
| commit | 5799a20f7149e8fe8e74ce0a03f138df297e0b9c (patch) | |
| tree | 528db429567a12783e94e7278c6518460b3ebae4 /weed | |
| parent | 077f831749e6bbf12ff52fd369b493e4dd751817 (diff) | |
| download | seaweedfs-5799a20f7149e8fe8e74ce0a03f138df297e0b9c.tar.xz seaweedfs-5799a20f7149e8fe8e74ce0a03f138df297e0b9c.zip | |
2.842.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 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 = "" ) |
