aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-07-21 21:03:27 -0700
committerchrislu <chris.lu@gmail.com>2024-07-21 21:03:27 -0700
commited7e721efe82a29b031e39e37b729a536e6cde04 (patch)
tree40f062684800799abbec6451f6eae9cee0b7bfd2 /weed/util/constants.go
parent9265be43c06100b3b8ee70313fca477b1d72816f (diff)
downloadseaweedfs-ed7e721efe82a29b031e39e37b729a536e6cde04.tar.xz
seaweedfs-ed7e721efe82a29b031e39e37b729a536e6cde04.zip
3.713.71
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 950572fc1..7911d03f6 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(70)
+ MINOR_VERSION = int32(71)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""