aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-10-27 17:44:22 -0700
committerchrislu <chris.lu@gmail.com>2024-10-27 17:44:22 -0700
commitebbb35d533d183adbd85b696299b7946cc3300d0 (patch)
tree4b3039ad5d1a802781cb2eb7c441f0ae86b31e04 /weed/util/constants.go
parent089d4316ef3a2fd24acbdef732a92e24fdb6a27a (diff)
downloadseaweedfs-3.78.tar.xz
seaweedfs-3.78.zip
3.783.78
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 785475d35..6094c5fff 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(77)
+ MINOR_VERSION = int32(78)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""