aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-03-16 11:46:40 -0700
committerchrislu <chris.lu@gmail.com>2024-03-16 11:46:40 -0700
commitb74e8082bac408138be99e128b8c28fd19eca7a6 (patch)
tree20a2795841b509a242da824a18cc0191ed6a7820 /weed/util
parent6a61b54f29df704bbe2b8fb69cb234cac530bd48 (diff)
downloadseaweedfs-b74e8082bac408138be99e128b8c28fd19eca7a6.tar.xz
seaweedfs-b74e8082bac408138be99e128b8c28fd19eca7a6.zip
3.643.64
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 4c8c9c95e..94f30ffb7 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -7,7 +7,7 @@ import (
const HttpStatusCancelled = 499
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.63)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.64)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)