aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-08-18 21:51:41 -0700
committerchrislu <chris.lu@gmail.com>2024-08-18 21:51:53 -0700
commite50d85c0f3697caf0ff9aca6662d59b4327a8424 (patch)
treee6ec787bb529bb4f1bdec5626697d2349310a9ea /weed/util/constants.go
parent4cfc7d3b105da1d67c1ef31822cee18e0d6ad693 (diff)
downloadseaweedfs-e50d85c0f3697caf0ff9aca6662d59b4327a8424.tar.xz
seaweedfs-e50d85c0f3697caf0ff9aca6662d59b4327a8424.zip
3.723.72
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 7911d03f6..5caa6ce4a 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(71)
+ MINOR_VERSION = int32(72)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""