aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-10-28 19:44:39 -0700
committerchrislu <chris.lu@gmail.com>2024-10-28 19:44:39 -0700
commit228946369cad29ee8edc07a42a2e0d218ba16d0b (patch)
tree19a9e25bd23d9a741219e28672196be7e5b48532 /weed/util/constants.go
parent9873b033d1088a87b9c912172a1d3696b31ed94d (diff)
downloadseaweedfs-228946369cad29ee8edc07a42a2e0d218ba16d0b.tar.xz
seaweedfs-228946369cad29ee8edc07a42a2e0d218ba16d0b.zip
3.793.79
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 6094c5fff..bb36f5e52 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(78)
+ MINOR_VERSION = int32(79)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""