aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-09-03 01:31:58 -0700
committerChris Lu <chris.lu@gmail.com>2019-09-03 01:31:58 -0700
commit89a0cb2e11bca1e044fbf6a7866a62c863af9c69 (patch)
tree8b5fc5c6dfe475885a634011032bb2dc93068d47
parentd361ecb23b32292caa52ebd939d0e238226141e9 (diff)
downloadseaweedfs-89a0cb2e11bca1e044fbf6a7866a62c863af9c69.tar.xz
seaweedfs-89a0cb2e11bca1e044fbf6a7866a62c863af9c69.zip
1.43
-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 36e82a480..830a85057 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,5 +5,5 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 42)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 43)
)