aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-05-01 00:39:04 -0700
committerChris Lu <chris.lu@gmail.com>2021-05-01 00:39:04 -0700
commitc48ef786702e4c62f644631d37d31218f7447fe4 (patch)
treed64cc01f124958bd1f978c4b101a671f5fd141e3 /weed
parent53b300edd8cb6a27f1c24271b8b320de4f08f5a5 (diff)
downloadseaweedfs-c48ef786702e4c62f644631d37d31218f7447fe4.tar.xz
seaweedfs-c48ef786702e4c62f644631d37d31218f7447fe4.zip
2.432.43
Diffstat (limited to 'weed')
-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 cdd5d41fc..ef2159c2c 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, 42)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 43)
COMMIT = ""
)