aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-22 17:44:52 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-22 17:44:52 -0800
commit1c7e1295dc4c91ab55920af9082498b55bdc3e66 (patch)
tree7c91e9c32958e339d8bd36b05382c1ab5d0e0ccb /weed/util/constants.go
parent2260864b458d33c03376eb789af8053712ae31c8 (diff)
parentda134a2eb74c12dec110db20cc882c768f2f41c2 (diff)
downloadseaweedfs-1c7e1295dc4c91ab55920af9082498b55bdc3e66.tar.xz
seaweedfs-1c7e1295dc4c91ab55920af9082498b55bdc3e66.zip
Merge branch 'master' into support_ssd_volume
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 52ba08494..89155e9a2 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, 15)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 16)
COMMIT = ""
)