aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-09 18:07:17 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-09 18:07:17 -0800
commit29945fad51320deb7c72f57d1c7a84bcc51429da (patch)
tree9a4e1db86dd5f26ea831c4af2be1d9cac7e75990
parent8d94564f4152cd890d5896a3dedf5e7589c5023e (diff)
downloadseaweedfs-29945fad51320deb7c72f57d1c7a84bcc51429da.tar.xz
seaweedfs-29945fad51320deb7c72f57d1c7a84bcc51429da.zip
1.541.54
-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 3d61b2006..25b986653 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, 53)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 54)
)