aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-24 14:06:09 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-24 14:06:09 -0800
commit2c5eac5705c12b4dc0930d0a27478a73924b9e16 (patch)
treee0132384cea368e46ba7853da101ca55c09f5c4d /weed/util/constants.go
parent6ca10725b81fd20d8bce2f582f1b93b047d0a4c3 (diff)
downloadseaweedfs-2c5eac5705c12b4dc0930d0a27478a73924b9e16.tar.xz
seaweedfs-2c5eac5705c12b4dc0930d0a27478a73924b9e16.zip
2.222.22
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 4e6a28334..b9a9bd492 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, 21)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 22)
COMMIT = ""
)