aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-18 01:25:04 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-18 01:25:04 -0800
commitc7197470fdf947323fb31574ee328ea084f23ac8 (patch)
tree4b1d47ca6b50efd1b40452d7264004cc266f3932 /weed/util/constants.go
parent5a3386e39bb2ed1e0b1c4a8aaae5c9cbc12b98bd (diff)
downloadseaweedfs-c7197470fdf947323fb31574ee328ea084f23ac8.tar.xz
seaweedfs-c7197470fdf947323fb31574ee328ea084f23ac8.zip
2.21
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 ac653c4d7..4e6a28334 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, 20)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 21)
COMMIT = ""
)