aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-14 01:52:16 -0800
committerchrislu <chris.lu@gmail.com>2022-02-14 01:52:16 -0800
commit6a40fd1c65428f8e0f4d1fde92ab406a27edae1b (patch)
tree40b78fcda01c4eb772cbee0f9f6713acd6ca4791 /weed/util/constants.go
parentaa13168b4d792e1353802047adc2e50e2d0ae410 (diff)
downloadseaweedfs-6a40fd1c65428f8e0f4d1fde92ab406a27edae1b.tar.xz
seaweedfs-6a40fd1c65428f8e0f4d1fde92ab406a27edae1b.zip
2.89
Diffstat (limited to 'weed/util/constants.go')
-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 d148e1ca6..ac3491de8 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 2.88)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.89)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)