aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-09-12 13:11:55 -0700
committerchrislu <chris.lu@gmail.com>2024-09-12 13:11:55 -0700
commit6063a889ed61b4e3ef29360faa5d7623a4a70364 (patch)
tree4ec5bc40e8ef01fa7658b1f69cdc7c5d1257ab11 /weed/util/constants.go
parentdab0bb809766fd24fe243ff9abb2ff94c8076e41 (diff)
downloadseaweedfs-6063a889ed61b4e3ef29360faa5d7623a4a70364.tar.xz
seaweedfs-6063a889ed61b4e3ef29360faa5d7623a4a70364.zip
3.733.73
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 5caa6ce4a..c437ab796 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(72)
+ MINOR_VERSION = int32(73)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""