aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-24 18:46:50 -0700
committerchrislu <chris.lu@gmail.com>2022-07-24 18:46:50 -0700
commitdbe4849ffd42b770b108e94c565ba9341e07ee03 (patch)
tree597c860e6df3a414923d9b576435fac455e6a97e /weed/util
parentb98c0b4bf4e4233a1e6513e3380aeeab8d025607 (diff)
downloadseaweedfs-dbe4849ffd42b770b108e94c565ba9341e07ee03.tar.xz
seaweedfs-dbe4849ffd42b770b108e94c565ba9341e07ee03.zip
3.17
Diffstat (limited to 'weed/util')
-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 b6bb3810c..6ca147d17 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.16)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.17)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)