aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-11-18 09:48:33 -0800
committerchrislu <chris.lu@gmail.com>2024-11-18 09:48:33 -0800
commit7b3c0e937f83d3b49799b5d5dcb98b0043461c25 (patch)
tree0365d66624cfadd2611e8d913a151511632e8882 /weed/util/constants.go
parent180f267867b8f794aea253aa6d403e93847ef39a (diff)
downloadseaweedfs-3.80.tar.xz
seaweedfs-3.80.zip
3.803.80
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 bb36f5e52..6162439e7 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(79)
+ MINOR_VERSION = int32(80)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""