aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-03-09 12:52:16 -0800
committerChris Lu <chris.lu@gmail.com>2021-03-09 12:52:16 -0800
commitf5b5e4da2d3e201aaf6873d53ce952c844f362f6 (patch)
tree50c9c22e5867e5547d694881ba8ef15b506a1d10 /weed/util/constants.go
parent828f6e9f4d634bf05d0677a4ef014eae7aa92b0e (diff)
downloadseaweedfs-2.31.tar.xz
seaweedfs-2.31.zip
2.312.31
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 80b209ad1..1cd2f160a 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, 30)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 31)
COMMIT = ""
)