aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-05-04 21:10:01 -0700
committerchrislu <chris.lu@gmail.com>2025-05-04 21:10:01 -0700
commite4e85052082e31c94cd133270afc9e8365641c8c (patch)
treee3a66c12506a4bd6707a2244efae349e26d07548 /weed
parented15357c7a8b76a9d2344a0fece11ccb4edf3eef (diff)
downloadseaweedfs-e4e85052082e31c94cd133270afc9e8365641c8c.tar.xz
seaweedfs-e4e85052082e31c94cd133270afc9e8365641c8c.zip
3.873.87
Diffstat (limited to 'weed')
-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 c4540bae4..17b9f4246 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -8,7 +8,7 @@ const HttpStatusCancelled = 499
var (
MAJOR_VERSION = int32(3)
- MINOR_VERSION = int32(85)
+ MINOR_VERSION = int32(87)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""