aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-02-03 09:25:42 -0800
committerchrislu <chris.lu@gmail.com>2025-02-03 09:25:42 -0800
commit95d8f4415aedf3ec911f47d3e7f9459248c71c97 (patch)
tree34731c3fe533b64622dc99a0d4539cf4b78d8f02 /weed/util/constants.go
parent7fd42f5d06bf935819ac014b417910fa23280f1d (diff)
downloadseaweedfs-95d8f4415aedf3ec911f47d3e7f9459248c71c97.tar.xz
seaweedfs-95d8f4415aedf3ec911f47d3e7f9459248c71c97.zip
3.84
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 43f101159..7304527a0 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(83)
+ MINOR_VERSION = int32(84)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""