aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-10-06 19:37:03 -0700
committerchrislu <chris.lu@gmail.com>2024-10-06 19:37:03 -0700
commit82ed61c6552e5095c682131012c91594ad2643e6 (patch)
treeb165aeef1cf9e1c0e29cb278473a56b9724b6002 /weed/util/constants.go
parentc0e36231ad1fcddc5e436d1419a2e4d99fb27002 (diff)
downloadseaweedfs-3.76.tar.xz
seaweedfs-3.76.zip
3.763.76
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 a50b9898f..54caa138d 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(75)
+ MINOR_VERSION = int32(76)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""