aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-09-30 11:28:59 -0700
committerchrislu <chris.lu@gmail.com>2024-09-30 11:29:01 -0700
commite3fa87bcc18d3600f9f3b9ef99407509e8ee3383 (patch)
treedfc048ce414887b7b8fa54810be389fe479806ce /weed/util/constants.go
parent35028818afe3b678d8ef811bda3e8526b6546e4c (diff)
downloadseaweedfs-e3fa87bcc18d3600f9f3b9ef99407509e8ee3383.tar.xz
seaweedfs-e3fa87bcc18d3600f9f3b9ef99407509e8ee3383.zip
3.743.74
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 c437ab796..243095daa 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(73)
+ MINOR_VERSION = int32(74)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""