aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-05-26 21:54:49 +0200
committerchrislu <chris.lu@gmail.com>2025-05-26 21:54:49 +0200
commit6677f1f5639b8994f0fbe11a1bf991e9f88fa1da (patch)
tree4fb62d32d60a2e0558cabdd5b95f558699671275 /weed/util
parentc1c09b60a169298d5e792cd42740c3ed5c124075 (diff)
downloadseaweedfs-6677f1f5639b8994f0fbe11a1bf991e9f88fa1da.tar.xz
seaweedfs-6677f1f5639b8994f0fbe11a1bf991e9f88fa1da.zip
3.883.88
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 17b9f4246..c92d24f11 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(87)
+ MINOR_VERSION = int32(88)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""