aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-07 22:29:43 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-07 22:29:43 -0800
commit5e4b5109ddaff1fc7c09cc107081c04aaf0056f6 (patch)
tree61689075c1594f57bcfe680cb6f30df48fa6bd80 /weed
parent15c60cbb2660d60d2714d3386731044fcfeac473 (diff)
downloadseaweedfs-5e4b5109ddaff1fc7c09cc107081c04aaf0056f6.tar.xz
seaweedfs-5e4b5109ddaff1fc7c09cc107081c04aaf0056f6.zip
2.24
Diffstat (limited to 'weed')
-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 ccc0ef1fb..6001ae78e 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 23)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 24)
COMMIT = ""
)