aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-01-08 00:08:49 -0800
committerchrislu <chris.lu@gmail.com>2024-01-08 00:08:49 -0800
commitfbb4917e2fc444e371aa3a9041c44d4b84eb23a4 (patch)
treeb9cfbb4d47b7604d025592f9d5764927f2b98bcf /weed/util
parent49428a303b1fe791954a97df0f5d911c4b7c0f3f (diff)
parent8ae00e47a6e3adf340cbf00269cebec2dad5ba5e (diff)
downloadseaweedfs-fbb4917e2fc444e371aa3a9041c44d4b84eb23a4.tar.xz
seaweedfs-fbb4917e2fc444e371aa3a9041c44d4b84eb23a4.zip
Merge branch 'master' into mq-subscribe
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 a3c1beffd..185f5248e 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.60)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.61)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)