aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-01 09:27:02 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-01 09:27:02 -0800
commitaa1807e0825999e83e12633357c7272f22a2495f (patch)
treec766fec903e9602e705a818a4feb414855dde23d
parent86d4b18eb5e7ebc813f2e11d6826a9ace384cd61 (diff)
downloadseaweedfs-1.48.tar.xz
seaweedfs-1.48.zip
1.481.48
-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 0916850ef..fc62c6950 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, 47)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 48)
)