aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2025-11-27 11:39:05 -0800
committerChris Lu <chris.lu@gmail.com>2025-11-27 11:39:05 -0800
commit7e15a4abe21e450c6269d75cdc85447ff5b70e1b (patch)
tree54005d4bfced0252fd8895633afbb549f984af80 /weed/util
parent5c25df20f254f8db7650a1e38b4c2c297ee020b8 (diff)
downloadseaweedfs-7e15a4abe21e450c6269d75cdc85447ff5b70e1b.tar.xz
seaweedfs-7e15a4abe21e450c6269d75cdc85447ff5b70e1b.zip
4.01
Diffstat (limited to 'weed/util')
-rw-r--r--weed/util/version/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go
index 8cbe2225a..c84ee28ff 100644
--- a/weed/util/version/constants.go
+++ b/weed/util/version/constants.go
@@ -9,7 +9,7 @@ import (
var (
MAJOR_VERSION = int32(4)
- MINOR_VERSION = int32(00)
+ MINOR_VERSION = int32(01)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = util.SizeLimit + " " + VERSION_NUMBER
COMMIT = ""