aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-15 20:25:56 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-15 20:25:56 -0800
commit98827d68d9f6dc17ff635a5ad6aef7eac0a5db89 (patch)
treed496b4d40f67c61ed01d87a100b082a63b282b57 /weed/util/constants.go
parentee2fa14dbeed5496043422e87f44226cdda59830 (diff)
downloadseaweedfs-2.11.tar.xz
seaweedfs-2.11.zip
2.112.11
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 f1864cf95..0aeee111e 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, 10)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 11)
COMMIT = ""
)