aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorGuo Lei <snipergg@163.com>2022-06-15 15:28:40 +0800
committerGitHub <noreply@github.com>2022-06-15 15:28:40 +0800
commit3df84cabf67918beb4bb4f56c4250e57c0f219c5 (patch)
treee9d76793170ee607e915f7679bb35a667ace397e /weed/util/constants.go
parent695e8c75551b7de9f47723b682f0cb0ab4b74002 (diff)
parentb8ce05c9047cc95d76b57116affeb4ca7385c34a (diff)
downloadseaweedfs-3df84cabf67918beb4bb4f56c4250e57c0f219c5.tar.xz
seaweedfs-3df84cabf67918beb4bb4f56c4250e57c0f219c5.zip
Merge branch 'chrislusf:master' into weed_update
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 213eafae0..c0fea8b17 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.10)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.11)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)