aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-25 23:58:22 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-25 23:58:22 -0800
commit515b7632d7531727fceca340e42d2aff126306b0 (patch)
treea092406f3cbe73235021bedfad11da49d303b0e7 /weed/util/constants.go
parent0a067944cc5fb022943aaf9b7afcffb1ce6dba51 (diff)
downloadseaweedfs-2.17.tar.xz
seaweedfs-2.17.zip
2.172.17
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 89155e9a2..95370746b 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, 16)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 17)
COMMIT = ""
)